From 43dcb101d1e4a00a524e987ece2b973468993658 Mon Sep 17 00:00:00 2001 From: connard <baptiste.gc@student-cs.fr> Date: Fri, 31 Jul 2020 15:22:15 +0200 Subject: [PATCH] change shortcut --- watch/watch.plugin.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watch/watch.plugin.zsh b/watch/watch.plugin.zsh index eeba2f2..80474b9 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 -- GitLab