Skip to content

Instantly share code, notes, and snippets.

@retr0h
Created May 17, 2018 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retr0h/84d4bb5063aa258cbb6e2936f9663c25 to your computer and use it in GitHub Desktop.
Save retr0h/84d4bb5063aa258cbb6e2936f9663c25 to your computer and use it in GitHub Desktop.
bindkey -M vicmd "k" history-search-backward
bindkey -M vicmd "j" history-search-forward
bindkey -M vicmd "?" history-incremental-search-backward
bindkey -M vicmd "/" history-incremental-search-forward
bindkey -M isearch "k" history-search-backward
bindkey -M isearch "j" history-search-forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment