From 91b268faf0e18affb92bec6bee4e9d09e4323f39 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 9 Nov 2023 23:55:12 +0200 Subject: Removed as a mapping --- .config/tmux/tmux.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.config/tmux/tmux.conf') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 48a487a..6bd9567 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -102,7 +102,7 @@ display-popup -E "tmux new-session -A -s note" # fzf --reverse --header jump-to-session --preview 'tmux capture-pane -pt {}' |\ # xargs tmux switch-client -t" -# Popup +# List sessions bind -n M-f display-popup -E "\ tmux list-sessions -F '#{?session_attached,,#{session_name}}' |\ sed '/^$/d' |\ @@ -111,6 +111,7 @@ bind -n M-f display-popup -E "\ # Quick window select bind -n M-? list-keys +bind -n M-0 select-window -t :=0 bind -n M-1 select-window -t :=1 bind -n M-2 select-window -t :=2 bind -n M-3 select-window -t :=3 @@ -120,7 +121,6 @@ bind -n M-6 select-window -t :=6 bind -n M-7 select-window -t :=7 bind -n M-8 select-window -t :=8 bind -n M-9 select-window -t :=9 -bind -n M-0 select-window -t :=0 #―――――――――――――――――――――――――――――――――――――――――― @@ -150,10 +150,6 @@ bind -Tnav l select-pane -R bind l select-pane -R bind -Tnav C-l select-pane -R bind C-l select-pane -R -bind -Tnav p select-pane -l -bind p select-pane -l -bind -Tnav C-p select-pane -l -bind C-p select-pane -l # keybinds: select-pane }}} # {{{ keybinds: split-window -- cgit v1.2.3