##// END OF EJS Templates
Correct suppression defaults, add a test for #13735
Correct suppression defaults, add a test for #13735

File last commit:

r27584:3da97ccf
r27776:21f1467b
Show More
end-shortcut-accept-suggestion.rst
7 lines | 267 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / end-shortcut-accept-suggestion.rst
Yuval
Adding and "End" key binding for applying an auto suggestion
r27581 Added shortcut for accepting auto suggestion
============================================
Added End key shortcut for accepting auto-suggestion
Yuval
Adapted binding to when ~ebvim + elaborated on how the binding works
r27584 This binding works in Vi mode too, provided
TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode is set to be True.
Yuval
Adding and "End" key binding for applying an auto suggestion
r27581