From 3022dffeb456cd7ed335e3e05cd7786cd122d92b Mon Sep 17 00:00:00 2001 From: amix Date: Sun, 26 Jun 2016 13:17:50 +0200 Subject: [PATCH] Fixed https://github.com/amix/vimrc/issues/203 --- vimrcs/basic.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index e6e232ea..b060e92b 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -206,10 +206,6 @@ vnoremap # :call VisualSelection('', '')?=@/ """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Moving around, tabs, windows and buffers """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" Treat long lines as break lines (useful when moving around in them) -map j gj -map k gk - " Map to / (search) and Ctrl- to ? (backwards search) map / map ?