nvim: make re-indenting lines use <C-F> in normal mode, too
This commit is contained in:
parent
bdd03d2329
commit
9ef6c92187
|
@ -43,4 +43,7 @@ map({ 'n', 'i', 'v' }, '<Home>',
|
||||||
else
|
else
|
||||||
vim.api.nvim_win_set_cursor(0, { row, 0 })
|
vim.api.nvim_win_set_cursor(0, { row, 0 })
|
||||||
end
|
end
|
||||||
end)
|
end
|
||||||
|
)
|
||||||
|
|
||||||
|
map('n', '<C-F>', '==') -- re-indent line
|
||||||
|
|
Loading…
Reference in New Issue
Block a user