From 2f53dd4e7ba510d9d3107764451910b670471baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Wed, 28 May 2014 23:47:46 +0200 Subject: Fix command definition --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 773e0e0..a05ff2f 100644 --- a/.vimrc +++ b/.vimrc @@ -145,8 +145,8 @@ map :set textwidth=80 map :set textwidth=0 "navigate up and down in long lines splitted by :set wrap -:map k gk -:map j gj +map k gk +map j gj "esc boost inoremap kj -- cgit v1.2.3