##// END OF EJS Templates
Backspace should not include `has_suggestion` filter
krassowski -
Show More
@@ -266,7 +266,8 b' AUTO_SUGGEST_BINDINGS = ['
266 Binding(
266 Binding(
267 auto_suggest.backspace_and_resume_hint,
267 auto_suggest.backspace_and_resume_hint,
268 ["backspace"],
268 ["backspace"],
269 "has_suggestion & default_buffer_focused & emacs_like_insert_mode",
269 # no `has_suggestion` here to allow resuming if no suggestion
270 "default_buffer_focused & emacs_like_insert_mode",
270 ),
271 ),
271 ]
272 ]
272
273
General Comments 0
You need to be logged in to leave comments. Login now