diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-11-09 23:55:12 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-11-09 23:55:12 +0200 |
| commit | 91b268faf0e18affb92bec6bee4e9d09e4323f39 (patch) | |
| tree | 04c997bee577ceae4931d790601b7020a8196583 /.config | |
| parent | 93cd70ef5087621b8c7d46186b4a2771b6dbb454 (diff) | |
| download | dotfiles-91b268faf0e18affb92bec6bee4e9d09e4323f39.tar.gz dotfiles-91b268faf0e18affb92bec6bee4e9d09e4323f39.zip | |
Removed <C-p> as a mapping
Diffstat (limited to '.config')
| -rw-r--r-- | .config/tmux/tmux.conf | 8 |
1 files changed, 2 insertions, 6 deletions
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 |
