diff options
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index f38de109..6ec061e0 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -279,8 +279,8 @@ keys[not OSX and (not NCURSES and 'c|' or 'c\\') or 'm|'] = m_textadept.filter_through.filter_through -- Adeptsense. keys[not OSX and (not NCURSES and 'c ' or 'c@') - or 'aesc'] = m_textadept.adeptsense.complete_symbol -keys[not NCURSES and 'ch' or 'mh'] = m_textadept.adeptsense.show_documentation + or 'aesc'] = m_textadept.adeptsense.complete +keys[not NCURSES and 'ch' or 'mh'] = m_textadept.adeptsense.show_apidoc if NCURSES then keys.mH = keys.mh end -- in case mh is used by GUI terminals -- Snippets. keys[not OSX and (not NCURSES and 'ck' or 'mk') or 'a\t'] = m_snippets._select |