tmux change mappings
This commit is contained in:
parent
575ff93131
commit
caf52539d1
@ -62,8 +62,7 @@ bind q confirm-before -p "kill current pane? (y/n)" "kill-pane"
|
|||||||
bind Q kill-window
|
bind Q kill-window
|
||||||
bind C-q confirm-before -p "kill other windows? (y/n)" "kill-window -a"
|
bind C-q confirm-before -p "kill other windows? (y/n)" "kill-window -a"
|
||||||
|
|
||||||
bind d detach
|
bind D detach
|
||||||
bind D choose-client -Z
|
|
||||||
bind C-d detach-other
|
bind C-d detach-other
|
||||||
|
|
||||||
bind r command-prompt -I '#W' -p "New window name:" "rename-window '%%'"
|
bind r command-prompt -I '#W' -p "New window name:" "rename-window '%%'"
|
||||||
@ -192,4 +191,4 @@ bind -T copy-mode-vi WheelDownPane select-pane \; send-keys -X -N 2 scroll-down
|
|||||||
# Session managment
|
# Session managment
|
||||||
bind s display-popup -EE -w 80% -h 80% -T 'Attach session' '~/.local/bin/tmux_attach_session.sh'
|
bind s display-popup -EE -w 80% -h 80% -T 'Attach session' '~/.local/bin/tmux_attach_session.sh'
|
||||||
bind a display-popup -EE -w 80% -h 80% -T 'Start session' '~/.local/bin/tmux_start_session.sh'
|
bind a display-popup -EE -w 80% -h 80% -T 'Start session' '~/.local/bin/tmux_start_session.sh'
|
||||||
bind f display-popup -EE -w 80% -h 80% -T 'Kill session' '~/.local/bin/tmux_kill_session.sh'
|
bind d display-popup -EE -w 80% -h 80% -T 'Kill session' '~/.local/bin/tmux_kill_session.sh'
|
||||||
Loading…
x
Reference in New Issue
Block a user