mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Added a binding for shift-a that selects everything like ctrl-a does for
people using terminal muxers that steal ctrl-a
This commit is contained in:
parent
426acb2b14
commit
ea3a7aef1b
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@
|
||||||
|
|
||||||
"map remap keys to select text
|
"map remap keys to select text
|
||||||
nnoremap <C-a> gg0vG$
|
nnoremap <C-a> gg0vG$
|
||||||
|
nnoremap <S-a> gg0vG$
|
||||||
nnoremap <S-Up> vgg0
|
nnoremap <S-Up> vgg0
|
||||||
nnoremap <S-k> vgg0
|
nnoremap <S-k> vgg0
|
||||||
nnoremap <S-Down> vG$
|
nnoremap <S-Down> vG$
|
||||||
|
|
Loading…
Reference in a new issue