nvim mapping C-a

This commit is contained in:
thek4n 2024-01-18 11:35:46 +03:00
parent d3883ca1ce
commit 639b835ddd

View File

@ -46,6 +46,7 @@ map({"n", "v"}, [[\]], ',')
-- Select all
map('n', '<C-a>', 'mvggVG')
map('v', '<C-a>', '<Esc>`v')
-- Scroll tabs