configs
This commit is contained in:
@@ -67,28 +67,28 @@ mods = "Alt"
|
||||
action = "ToggleViMode"
|
||||
|
||||
[[keyboard.bindings]]
|
||||
key = "N"
|
||||
key = "n"
|
||||
mode = "Vi"
|
||||
action = "Left"
|
||||
|
||||
[[keyboard.bindings]]
|
||||
key = "E"
|
||||
key = "e"
|
||||
mode = "Vi"
|
||||
action = "Down"
|
||||
|
||||
[[keyboard.bindings]]
|
||||
key = "I"
|
||||
key = "i"
|
||||
mode = "Vi"
|
||||
action = "Up"
|
||||
|
||||
[[keyboard.bindings]]
|
||||
key = "O"
|
||||
key = "o"
|
||||
mode = "Vi"
|
||||
action = "Right"
|
||||
|
||||
|
||||
[[keyboard.bindings]]
|
||||
key = "H"
|
||||
key = "h"
|
||||
mode = "Vi"
|
||||
action = "ToggleViMode"
|
||||
|
||||
@@ -103,12 +103,12 @@ mode = "Vi"
|
||||
action = "SearchPrevious"
|
||||
|
||||
[[keyboard.bindings]]
|
||||
key = "J"
|
||||
key = "j"
|
||||
mode = "Vi"
|
||||
action = "SemanticRightEnd"
|
||||
|
||||
[[keyboard.bindings]]
|
||||
key = "i"
|
||||
key = "l"
|
||||
mode = "Vi"
|
||||
action = "ToggleViMode"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user