diff options
author | Sebastian Gniazdowski <sgniazdowski@gmail.com> | 2016-01-07 11:06:12 +0100 |
---|---|---|
committer | Sebastian Gniazdowski <sgniazdowski@gmail.com> | 2016-01-18 08:53:54 +0100 |
commit | 77f93f61c5ee6fea9131a1791bd3b106b4b8da4f (patch) | |
tree | 48ec36b466d4028d2db3395abe75edb408f5ce3c /plugins/zsh-navigation-tools/README.md | |
parent | d30a501b1c6b8e8164b266318e26ce6d2e4719cf (diff) | |
download | zsh-77f93f61c5ee6fea9131a1791bd3b106b4b8da4f.tar.gz zsh-77f93f61c5ee6fea9131a1791bd3b106b4b8da4f.tar.bz2 zsh-77f93f61c5ee6fea9131a1791bd3b106b4b8da4f.zip |
znt: optimizations for zsh<=5.2, use $BUFFER if cmd is not from history
Diffstat (limited to 'plugins/zsh-navigation-tools/README.md')
-rw-r--r-- | plugins/zsh-navigation-tools/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/zsh-navigation-tools/README.md b/plugins/zsh-navigation-tools/README.md index 4420dab82..32a86bba9 100644 --- a/plugins/zsh-navigation-tools/README.md +++ b/plugins/zsh-navigation-tools/README.md @@ -25,7 +25,7 @@ widgets exist, znt-cd-widget and znt-kill-widget, they can be too assigned to key combinations (no need for autoload when using Oh My Zsh): zle -N znt-cd-widget - bindkey "^T" znt-cd-widget + bindkey "^A" znt-cd-widget zle -N znt-kill-widget bindkey "^Y" znt-kill-widget |