mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Fixed the logic for select all with ctrl-a
This commit is contained in:
parent
a80b043da6
commit
62596daf72
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
||||||
nnoremap <C-h> 0
|
nnoremap <C-h> 0
|
||||||
|
|
||||||
"map remap keys to select text
|
"map remap keys to select text
|
||||||
nnoremap <C-a> ggvG
|
nnoremap <C-a> gg0vG$
|
||||||
nnoremap <S-Up> vgg
|
nnoremap <S-Up> vgg
|
||||||
nnoremap <S-k> vgg0
|
nnoremap <S-k> vgg0
|
||||||
nnoremap <S-Down> vG
|
nnoremap <S-Down> vG
|
||||||
|
|
Loading…
Reference in a new issue