diff options
-rw-r--r-- | core/ext/key_commands_std.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/key_commands_std.lua b/core/ext/key_commands_std.lua index 35ae9ce0..0e52ac98 100644 --- a/core/ext/key_commands_std.lua +++ b/core/ext/key_commands_std.lua @@ -141,7 +141,7 @@ keys.ct.v = { keys['f5'] = { 'colourise', b, 0, -1 } -- Views -keys.cv = { +keys.cav = { n = { t.goto_view, 1, false }, p = { t.goto_view, -1, false }, ss = { 'split', v }, -- vertical |