forked from trinitrix/core
fix(config/lua): Add the 'jj' mapping the insert mode
This is just here to prove that the fixes for the KeyInputPending mode actually work
This commit is contained in:
parent
c024b73625
commit
4e839d4e2c
|
@ -24,6 +24,6 @@ trinitrix.std.keymaps.add("n", ":", trinitrix.api.ui.command_line_show)
|
|||
trinitrix.std.keymaps.add("n", "i", trinitrix.api.ui.set_mode_insert)
|
||||
|
||||
-- a simple test to prove that key chords work
|
||||
trinitrix.std.keymaps.add("n", "jj", function() print("hi") end)
|
||||
trinitrix.std.keymaps.add("ni", "jj", function() print("hi") end)
|
||||
|
||||
trinitrix.std.keymaps.add("n", "q", trinitrix.api.exit)
|
||||
|
|
Loading…
Reference in New Issue