diff options
-rw-r--r-- | user:hugues/KeyBindings.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh index 2214389..3071af6 100644 --- a/user:hugues/KeyBindings.zsh +++ b/user:hugues/KeyBindings.zsh @@ -219,7 +219,7 @@ do bindkey -M $keymap -s 'S' 'Q sudo !!' - bindkey -M $keymap -s 'X' 'Q source ~/.zshrc\n' + bindkey -M $keymap -s 'X' 'Q reset ; exec zsh -l\n' bindkey -M $keymap -s 'OA' 'up-line-or-history' bindkey -M $keymap -s 'OB' 'down-line-or-history' |