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