From 16d5621a19d7c20fff994f79a3b7cbb675826f38 Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 11 Apr 2024 11:48:35 +0300 Subject: [PATCH] feat(tmux): mappings --- home/user/.config/tmux/mappings.conf | 6 +++++- home/user/.config/tmux/plugins.conf | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index 432534a..0276e34 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -116,4 +116,8 @@ bind 6 run-shell ~/.tmux/06.sh bind 7 run-shell ~/.tmux/07.sh bind 8 run-shell ~/.tmux/08.sh bind 9 run-shell ~/.tmux/09.sh -bind 0 run-shell ~/.tmux/10.sh \ No newline at end of file +bind 0 run-shell ~/.tmux/10.sh + + +# Switch to last session +bind Tab switch-client -l \ No newline at end of file diff --git a/home/user/.config/tmux/plugins.conf b/home/user/.config/tmux/plugins.conf index 1898fc4..a2086e8 100644 --- a/home/user/.config/tmux/plugins.conf +++ b/home/user/.config/tmux/plugins.conf @@ -7,4 +7,5 @@ set -g @plugin 'laktak/extrakto' # Options ## extrakto -set -g @extrakto_popup_size "40%" \ No newline at end of file +set -g @extrakto_popup_size '40%' +set -g @extrakto_key 'c' \ No newline at end of file