dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ecc743ca714046207aeac8266e0aafa5fb2027ef
parent 7f93c6364f9e245bdf35221c4e7d7575f03409bf
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon, 11 Sep 2017 09:25:14 -0400

add `lkj` binding to write buffer

Diffstat:
M.vim/keybinds.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.vim/keybinds.vim b/.vim/keybinds.vim @@ -144,6 +144,7 @@ nmap <leader>F zA " Use home row keys as Esc inoremap jk <Esc> +inoremap lkj <Esc>:write<CR> " Improve navigation on wrapped lines "nnoremap j gj