aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-01-02 23:56:51 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-01-02 23:56:51 -0500
commitfd48dede42c0678e4a5410bd635a02d255fe89d6 (patch)
tree245d8ead51b93268e07e9699b2cf8ce50578ea16
parent76f2300dee0f9ad0badb3519fd823d0772a32dcd (diff)
downloadtextadept-fd48dede42c0678e4a5410bd635a02d255fe89d6.tar.gz
textadept-fd48dede42c0678e4a5410bd635a02d255fe89d6.zip
Fixed core/ext/key_commands_std.lua key conflict.
-rw-r--r--core/ext/key_commands_std.lua2
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