Bringing back the C-l clear-screen binding

This commit is contained in:
David Thurstenson 2020-07-03 11:18:41 -05:00
parent 42c3744ad3
commit 663acb7f77
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@ set colored-stats on
# Display completions one-per-line
set completion-display-width 0
# The clear-screen shortcut is unbound by vi mode by
# default, so let's bring it back
"\C-l": clear-screen