diff options
author | 2009-01-02 23:56:51 -0500 | |
---|---|---|
committer | 2009-01-02 23:56:51 -0500 | |
commit | fd48dede42c0678e4a5410bd635a02d255fe89d6 (patch) | |
tree | 245d8ead51b93268e07e9699b2cf8ce50578ea16 | |
parent | 76f2300dee0f9ad0badb3519fd823d0772a32dcd (diff) | |
download | textadept-fd48dede42c0678e4a5410bd635a02d255fe89d6.tar.gz textadept-fd48dede42c0678e4a5410bd635a02d255fe89d6.zip |
Fixed core/ext/key_commands_std.lua key conflict.
-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 |