Skip to content

Instantly share code, notes, and snippets.

@soasme
Created September 23, 2013 06:50
Show Gist options
  • Save soasme/6667166 to your computer and use it in GitHub Desktop.
Save soasme/6667166 to your computer and use it in GitHub Desktop.
function zle-line-init zle-keymap-select {
zle reset-prompt
}
zle -N zle-keymap-select
bindkey -v
bindkey ',l' history-incremental-search-backward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment