diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2009-04-20 13:56:00 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2009-04-20 13:56:00 +0200 |
commit | 9cd451c7a2bb6093b20a8b0917e04bde6ad84cb8 (patch) | |
tree | fe40db1a2d5b67c080098f62129df152f820021d /user:hugues/KeyBindings.zsh | |
parent | 47f3a67f97634c84e7770722dd19a09e18d99b2d (diff) |
[Keys] no more sourcing, but resets and execs
Diffstat (limited to 'user:hugues/KeyBindings.zsh')
-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' |