diff options
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -179,6 +179,13 @@ autoload -U compinit compinit compdef _ssh ssha=ssh +insert-comment() { + BUFFER="#$BUFFER" + zle accept-line +} +zle -N insert-comment +bindkey "^[#" insert-comment + ####################################################################### ####################################################################### # SETUP ALIASES |