commit 843b3e15442000112ac494b11667c358e9831ba1 parent a54acb3778f42dd72ab30d9fc351a2d5dbb556ed Author: Thomas Vigouroux <me@vigoux.eu> Date: Mon, 11 Mar 2024 16:55:17 +0100 refactor: tidy mapping Diffstat:
M | after/plugin/mappings.vim | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/after/plugin/mappings.vim b/after/plugin/mappings.vim @@ -1,4 +1,4 @@ -" Last Change: 2023 Aug 22 +" Last Change: 2024 Mar 11 vnoremap <silent> < <gv vnoremap <silent> > >gv @@ -7,7 +7,7 @@ nnoremap <silent> Q @@ nnoremap <silent> yq :copen<CR> nnoremap <silent> yQ :cclose<CR> -imap <expr> <S-Tab> pumvisible() ? "\<C-P>" : "\<S-TAB>" +" imap <expr> <S-Tab> pumvisible() ? "\<C-P>" : "\<S-TAB>" nnoremap ' ` nnoremap ` '