We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813221c commit 65c2902Copy full SHA for 65c2902
init.lua
@@ -168,7 +168,7 @@ end
168
-- @name keys
169
M.keys = {
170
['\n'] = M.evaluate_repl,
171
- [not OSX and 'ctrl+ ' or 'alt+esc'] = M.complete_lua,
+ [not (OSX and not CURSES) and 'ctrl+ ' or 'alt+esc'] = M.complete_lua,
172
['ctrl+up'] = M.cycle_history_prev,
173
['ctrl+down'] = M.cycle_history_next,
174
['ctrl+p'] = M.cycle_history_prev,
0 commit comments