added paths to bashrc, added keybinding to tmux to detach from session and exit parent shell

This commit is contained in:
scbj
2024-11-19 11:44:52 +01:00
parent 21689afb92
commit eef1c772a4
4 changed files with 15 additions and 10 deletions

View File

@@ -20,6 +20,8 @@ bind -n M-Down select-pane -D
bind -n M-Up select-pane -U
bind -n M-Right select-pane -R
bind k run "tmux detach -P"
# enable mouse support
set -g mouse on
# bind -n WheelUpPane {