diff --git a/core/mappings.vim b/core/mappings.vim index 82ba59a..c5c6f7b 100644 --- a/core/mappings.vim +++ b/core/mappings.vim @@ -24,7 +24,7 @@ nnoremap w :update " Saves the file if modified and quit nnoremap q :x " Quit all opened buffers -nnoremap Q :qa +nnoremap Q :qa! " Navigation in the location and quickfix list nnoremap [l :lpreviouszv @@ -77,13 +77,6 @@ xnoremap H ^ nnoremap L g_ xnoremap L g_ -" Fast window switching, inspiration from -" https://stackoverflow.com/a/4373470/6064933 -nnoremap h -nnoremap l -nnoremap j -nnoremap k - " Continuous visual shifting (does not exit Visual mode), `gv` means " to reselect previous visual area, see https://superuser.com/q/310417/736190 xnoremap <