Skip to content

Instantly share code, notes, and snippets.

@jasonmorganson
Created October 3, 2015 13:33
Show Gist options
  • Save jasonmorganson/f3bef14371d175474afe to your computer and use it in GitHub Desktop.
Save jasonmorganson/f3bef14371d175474afe to your computer and use it in GitHub Desktop.
VI Pure Prompt
PROMPT='%(?.%F{magenta}.%F{red})${${KEYMAP/vicmd/❮%f}/(main|viins)/❯%f} '
function zle-line-init zle-keymap-select {
zle reset-prompt
}
zle -N zle-line-init
zle -N zle-keymap-select
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment