Show More
@@ -208,6 +208,11 b' AUTO_SUGGEST_BINDINGS = [' | |||
|
208 | 208 | "has_suggestion & default_buffer_focused & emacs_insert_mode", |
|
209 | 209 | ), |
|
210 | 210 | Binding( |
|
211 | auto_suggest.discard, | |
|
212 | ["delete"], | |
|
213 | "has_suggestion & default_buffer_focused & emacs_insert_mode", | |
|
214 | ), | |
|
215 | Binding( | |
|
211 | 216 | auto_suggest.swap_autosuggestion_up, |
|
212 | 217 | ["up"], |
|
213 | 218 | "navigable_suggestions" |
General Comments 0
You need to be logged in to leave comments.
Login now