Skip to content

Instantly share code, notes, and snippets.

View jfl209's full-sized avatar

Jon L jfl209

  • Remote
View GitHub Profile
@jfl209
jfl209 / gist:8920183
Created February 10, 2014 17:14
zsh vim mode
function zle-line-init zle-keymap-select {
RPS1="${${KEYMAP/vicmd/-- NORMAL --}/(main|viins)/-- INSERT --}"
RPS2=$RPS1
zle reset-prompt
}
zle -N zle-line-init
zle -N zle-keymap-select