nvim mapping C-a
This commit is contained in:
parent
513aa13031
commit
fe96548e2b
@ -45,7 +45,7 @@ map('n', '-', '<C-x>')
|
||||
map({"n", "v"}, [[\]], ',')
|
||||
|
||||
-- Select all
|
||||
map('n', '<C-a>', 'ggVG')
|
||||
map('n', '<C-a>', 'mvggVG')
|
||||
|
||||
|
||||
-- Scroll tabs
|
||||
|
||||
0
install-hooks/git/post-install
Executable file → Normal file
0
install-hooks/git/post-install
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user