Remove hjkl bindings as they make no sense what so ever when using colemak, I have my own keyboard layer setup for the arrow keys there.
This commit is contained in:
parent
d949b834d6
commit
45555751eb
1 changed files with 22 additions and 9 deletions
|
|
@ -5,6 +5,19 @@ g.maplocalleader = " "
|
|||
|
||||
require("utils").add_keymaps({
|
||||
n = {
|
||||
-- Disable hjkl, using Colemak
|
||||
["h"] = {
|
||||
cmd = "<Nop>",
|
||||
},
|
||||
["j"] = {
|
||||
cmd = "<Nop>",
|
||||
},
|
||||
["k"] = {
|
||||
cmd = "<Nop>",
|
||||
},
|
||||
["l"] = {
|
||||
cmd = "<Nop>",
|
||||
},
|
||||
-- Navigation
|
||||
["<C-Left>"] = {
|
||||
cmd = "<C-w>h",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue