📝 Made simple notes on using tmux
This commit is contained in:
parent
6552c1f342
commit
5fe053df49
2 changed files with 52 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# To be placed in $HOME
|
||||
|
||||
# Set default terminal
|
||||
set -g default-terminal "kitty"
|
||||
set -g default-terminal "st"
|
||||
|
||||
# Unbinding the prefix from Ctrl-b to Ctrl-x
|
||||
unbind C-b
|
||||
|
|
@ -27,4 +29,3 @@ bind h select-pane -L
|
|||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue