From 09bf90070a6006f433db0821776f583b3110b87f Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 31 May 2024 14:44:56 +0300 Subject: [PATCH] edit(tmux): change mapping for tmux plugin --- home/user/.config/tmux/plugins.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/user/.config/tmux/plugins.conf b/home/user/.config/tmux/plugins.conf index a2086e8..6f9a513 100644 --- a/home/user/.config/tmux/plugins.conf +++ b/home/user/.config/tmux/plugins.conf @@ -3,9 +3,8 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'laktak/extrakto' - # Options ## extrakto set -g @extrakto_popup_size '40%' -set -g @extrakto_key 'c' \ No newline at end of file +set -g @extrakto_key 'e' \ No newline at end of file