Removed <C-q> because accidents happen

This commit is contained in:
Talia 2017-11-13 18:34:19 +01:00
parent b9f51cd5b4
commit ece9647757

2
vimrc
View file

@ -276,8 +276,6 @@ nnoremap <S-space> gQ
" noremap <C-s> :w<CR>
noremap <C-s> :echo "Calm the fuck down! There's
\ no need to save every 10 seconds FFS!"<CR>
noremap <C-x> :hide<CR>
noremap <C-q> :bdelete<CR>
nnoremap <C-n> :bnext<CR>
nnoremap <C-p> :bprevious<CR>
nnoremap <leader>n :lnext<cr>