nvim mapping C-a

This commit is contained in:
thek4n 2024-01-09 15:34:50 +03:00
parent 513aa13031
commit fe96548e2b
2 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ map('n', '-', '<C-x>')
map({"n", "v"}, [[\]], ',') map({"n", "v"}, [[\]], ',')
-- Select all -- Select all
map('n', '<C-a>', 'ggVG') map('n', '<C-a>', 'mvggVG')
-- Scroll tabs -- Scroll tabs

0
install-hooks/git/post-install Executable file → Normal file
View File