##// END OF EJS Templates
Backport PR #14027 on branch 8.12.x (Resume hinting on right arrow press by default) (#14042)...
Matthias Bussonnier -
r28253:887da037 merge
parent child Browse files
Show More
@@ -277,10 +277,7 b' AUTO_SUGGEST_BINDINGS = ['
277 277 Binding(
278 278 auto_suggest.resume_hinting,
279 279 ["right"],
280 # For now this binding is inactive (the filter includes `never`).
281 # TODO: remove `never` if we reach a consensus in #13991
282 # TODO: use `emacs_like_insert_mode` once #13991 is in
283 "never & default_buffer_focused & ((vi_insert_mode & ebivim) | emacs_insert_mode)",
280 "default_buffer_focused & emacs_like_insert_mode",
284 281 ),
285 282 ]
286 283
General Comments 0
You need to be logged in to leave comments. Login now