We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403d0b7 commit 5733ae7Copy full SHA for 5733ae7
config/tmux/tmux.conf
@@ -94,6 +94,13 @@ bind-key g display-popup -w "80%" -h "80%" -d "#{pane_current_path}" -E "lazygit
94
# toggle the status bar
95
bind-key -T prefix T set-option -g status
96
97
+unbind s
98
+bind s display-popup -E "\
99
+ tmux list-sessions -F '#{?session_attached,,#{session_name}} ' |\
100
+ sed '/^\s*$/d' |\
101
+ fzf --reverse --header jump-to-session |\
102
+ xargs tmux switch-client -t"
103
+
104
# more settings to make copy-mode more vim-like
105
unbind [
106
bind Escape copy-mode
0 commit comments