mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Update basic.vim
Add compatibility with terminal Vim
This commit is contained in:
parent
1d42b63013
commit
69c1ae4c4e
@ -206,6 +206,7 @@ vnoremap <silent> # :<C-u>call VisualSelection('', '')<CR>?<C-R>=@/<CR><CR>
|
||||
" Map <Space> to / (search) and Ctrl-<Space> to ? (backwards search)
|
||||
map <space> /
|
||||
map <c-space> ?
|
||||
map <C-@> ?
|
||||
|
||||
" Disable highlight when <leader><cr> is pressed
|
||||
map <silent> <leader><cr> :noh<cr>
|
||||
|
Loading…
Reference in New Issue
Block a user