diff options
Diffstat (limited to 'user:hugues')
-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 44f9be3..0be36e9 100644 --- a/user:hugues/KeyBindings.zsh +++ b/user:hugues/KeyBindings.zsh @@ -220,7 +220,7 @@ bindkey -s ' ' '\\ ' bindkey -s 'g' 'Q git-status\n' bindkey -s 'G' 'Q git-repack -d -a\n' -bindkey -s 'S' 'Q sudo !!\n' +bindkey -s 'S' 'Q sudo !!' bindkey -s 'X' 'Q exec zsh\n' |