nvim: make re-indenting lines use <C-F> in normal mode, too

This commit is contained in:
tastytea 2022-08-10 01:23:22 +02:00
parent bdd03d2329
commit 9ef6c92187
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -43,4 +43,7 @@ map({ 'n', 'i', 'v' }, '<Home>',
else
vim.api.nvim_win_set_cursor(0, { row, 0 })
end
end)
end
)
map('n', '<C-F>', '==') -- re-indent line