From c02dd8669e55a22414fd93607238ffc39d8de363 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 19 Oct 2021 01:09:51 +0800 Subject: [PATCH] clean mappings --- core/mappings.vim | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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 <