diff --git a/watch/watch.plugin.zsh b/watch/watch.plugin.zsh index eeba2f2655f26ddbb5c5fb0549d8a40fd6ebd897..80474b90518a7fbe7079ab75cd6a28991d66d58e 100644 --- a/watch/watch.plugin.zsh +++ b/watch/watch.plugin.zsh @@ -28,6 +28,6 @@ watch-command-line() { zle -N watch-command-line -# Defined shortcut keys: [Alt] [Esc] -bindkey '^\e' watch-command-line +# Defined shortcut keys: [Ctrl] [x] +bindkey '^x' watch-command-line