diff options
Diffstat (limited to 'core/ext/key_commands.lua')
-rw-r--r-- | core/ext/key_commands.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index f8110e4c..5d9d7f17 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -77,7 +77,6 @@ if not MAC then c = { m_editing.enclose, 'chars' }, } keys.as = { -- select in... - e = { m_editing.select_enclosed }, t = { m_editing.select_enclosed, 'tags' }, ['"'] = { m_editing.select_enclosed, 'dbl_quotes' }, ["'"] = { m_editing.select_enclosed, 'sng_quotes' }, |