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 ?