Skip to content

Commit

Permalink
Fixed amix#203
Browse files Browse the repository at this point in the history
  • Loading branch information
amix committed Jun 26, 2016
1 parent ae9d1c1 commit 3022dff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vimrcs/basic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,6 @@ vnoremap <silent> # :<C-u>call VisualSelection('', '')<CR>?<C-R>=@/<CR><CR>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => 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 <Space> to / (search) and Ctrl-<Space> to ? (backwards search)
map <space> /
map <c-space> ?
Expand Down

0 comments on commit 3022dff

Please sign in to comment.