commit ced4e8b7694dde873cf7126ae62b8c675e5a000a
parent 6e6f5280f5fc55a33c8738a9ee511a9f7a303665
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 20 Jul 2018 09:24:52 -0400
Remove conflicting Spc-X "save and quit all" binding
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/links/.vim/plugin/keybinds.vim b/links/.vim/plugin/keybinds.vim
@@ -19,7 +19,6 @@ nnoremap <Leader>W :wa<CR>
nnoremap <Leader>q :q<CR>
nnoremap <leader>Q :qa<CR>
nnoremap <Leader>x :x<CR>
-nnoremap <Leader>X :xa<CR>
" Jump to previous buffer
nnoremap <leader><tab> :e#<CR>