##// END OF EJS Templates
Change the default for character complete to Alt+Right
krassowski -
Show More
@@ -227,7 +227,7 b' AUTO_SUGGEST_BINDINGS = ['
227 227 ),
228 228 Binding(
229 229 auto_suggest.accept_character,
230 ["right"],
230 ["escape", "right"],
231 231 "has_suggestion & default_buffer_focused",
232 232 ),
233 233 Binding(
General Comments 0
You need to be logged in to leave comments. Login now