David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
65020eb
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.inputrc
Use Esc remapping in bash, too.
David Blume
commited
65020eb
at 2018-05-14 07:20:52
.inputrc
Blame
History
Raw
# http://askubuntu.com/questions/59846/bash-history-search-partial-up-arrow/59855#59855 # arrow up "\e[A":history-search-backward # arrow down "\e[B":history-search-forward set editing-mode vi # vi settings $if mode=vi # insert mode set keymap vi-insert "jk": vi-movement-mode $endif