fix: use better name for mapping

This commit is contained in:
max397574 2021-10-16 17:54:17 +02:00 committed by siduck76
parent 9a45bb3f20
commit 16a0c97fc9
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@ M.mappings = {
forward = "<C-l>",
next_line = "<C-k>",
prev_line = "<C-j>",
top_of_line = "<C-a>",
beginning_of_line = "<C-a>",
},
--better window movement
window_nav = {