From f36c83254b7ecd620da8c0c0b8aad419d3d76a52 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Fri, 25 Sep 2020 02:17:07 +0200 Subject: [PATCH] vim: Modify pane switching keybindings Control hjkl is faster to type, especially when changing more than once. --- .config/vim/vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/vim/vimrc b/.config/vim/vimrc index a76924b..9dd174e 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -59,10 +59,10 @@ noremap :call search('^'. matchstr(getline('.'), '\(^\s*\)') .'\% noremap :call search('^'. matchstr(getline('.'), '\(^\s*\)') .'\%>' . line('.') . 'l\S', 'e') " Split view navigation -nnoremap h -nnoremap j -nnoremap k -nnoremap l +nnoremap +nnoremap +nnoremap +nnoremap " Substitute command if (exists('+inccommand') && &inccommand != '')