From 67324729dfa5db32802d5d88c526cf80ae824ee4 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 12 Nov 2015 20:37:12 +0100 Subject: Added neovim configs --- vim/.vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vim/.vimrc') diff --git a/vim/.vimrc b/vim/.vimrc index cde36c1..c71e47d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -44,10 +44,10 @@ nnoremap Q cnoremap w!! w !sudo tee > /dev/null % " Switch windows with [direction] -noremap j -noremap k -noremap h -noremap l +nnoremap j +nnoremap k +nnoremap h +nnoremap l " Never use the arrow keys noremap "" -- cgit v1.2.3