aboutsummaryrefslogtreecommitdiff
path: root/core/ext/key_commands_std.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/ext/key_commands_std.lua')
-rw-r--r--core/ext/key_commands_std.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/ext/key_commands_std.lua b/core/ext/key_commands_std.lua
index 9327da18..b6db26b6 100644
--- a/core/ext/key_commands_std.lua
+++ b/core/ext/key_commands_std.lua
@@ -54,16 +54,12 @@ keys.cq = { m_editing.block_comment }
-- TODO: { m_editing.current_word, 'delete' }
-- TODO: { m_editing.transpose_chars }
-- TODO: { m_editing.squeeze }
--- TODO: { m_editing.move_line, 'up' }
--- TODO: { m_editing.move_line, 'down' }
-- TODO: { m_editing.convert_indentation }
-- TODO: { m_editing.smart_cutcopy }
-- TODO: { m_editing.smart_cutcopy, 'copy' }
-- TODO: { m_editing.smart_paste }
-- TODO: { m_editing.smart_paste, 'cycle' }
-- TODO: { m_editing.smart_paste, 'reverse' }
--- TODO: { m_editing.ruby_exec }
--- TODO: { m_editing.lua_exec }
keys.ac = { -- enClose in...
t = { m_editing.enclose, 'tag' },
st = { m_editing.enclose, 'single_tag' },