Skip to content

Instantly share code, notes, and snippets.

@mark-lumbao
Last active October 13, 2023 23:25
Show Gist options
  • Save mark-lumbao/90ed27e07292ce9b77f9b7e5fd6a2b94 to your computer and use it in GitHub Desktop.
Save mark-lumbao/90ed27e07292ce9b77f9b7e5fd6a2b94 to your computer and use it in GitHub Desktop.
bash Readline configuration
# check manual for this setting via
# man readline
set editing-mode vi
$if mode=vi
set keymap vi-insert
# these are for vi-insert mode
Control-l: clear-screen
$endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment