Skip to content

Commit

Permalink
FIXUP: comments in keymap.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
nicvagn committed Aug 27, 2024
1 parent 5eb3559 commit 08fc54c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/core/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ vim.keymap.set("v", ">", ">gv", opts)

-- l-devorak area
if L_DEVORAK then
-- normal mode
vim.keymap.set("n", "d", "h")
vim.keymap.set("n", "t", "j")
vim.keymap.set("n", "h", "k")
Expand Down

0 comments on commit 08fc54c

Please sign in to comment.