nvim: make C-F work in visual mode
This commit is contained in:
parent
7339958a08
commit
787a371482
|
@ -71,7 +71,7 @@ map({ 'n', 'i', 'v' }, '<Home>',
|
|||
end
|
||||
)
|
||||
|
||||
map('n', '<C-F>', '==') -- re-indent line
|
||||
map({ 'n', 'v' }, '<C-F>', '==') -- re-indent line
|
||||
|
||||
-- select text with shift + arrow
|
||||
for _, key in ipairs({ 'Left', 'Up', 'Down', 'Right' }) do
|
||||
|
|
Loading…
Reference in New Issue
Block a user