More tweaks, gott redo the docs too soon, ugh....
This commit is contained in:
@@ -185,7 +185,7 @@ bindkey "^[[F" end-of-line
|
||||
bindkey "^[[3~" delete-char
|
||||
|
||||
# Alt+R to reload
|
||||
reload-zsh() { echo "Reloading ~/.zshrc ... "; source ~/.zshrc; zle reset-prompt}
|
||||
reload-zsh() { echo "Reloading ~/.zshrc ... "; source ~/.zshrc; zle -N reload-zsh; zle reset-prompt}
|
||||
bindkey "^[r" reload-zsh
|
||||
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user