Fix bad merge
This commit is contained in:
parent
3ef0a4990a
commit
150fb9cc7b
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ inoremap <esc> <nop>
|
||||||
# Hide search highlights
|
# Hide search highlights
|
||||||
nnoremap <bs> :noh<cr>
|
nnoremap <bs> :noh<cr>
|
||||||
|
|
||||||
" Hide warning about exiting vim when I type ctrl-c to edit windows
|
# Hide warning about exiting vim when I type ctrl-c to edit windows
|
||||||
nnoremap <C-c> <silent> <C-c>
|
nnoremap <C-c> <silent> <C-c>
|
||||||
|
|
||||||
# Switch between recent buffers
|
# Switch between recent buffers
|
||||||
|
|
Loading…
Add table
Reference in a new issue