Fix bad merge

This commit is contained in:
Max Bucknell 2025-01-19 12:10:36 +00:00
parent 3ef0a4990a
commit 150fb9cc7b
No known key found for this signature in database

View file

@ -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