📝 Made simple notes on using tmux

This commit is contained in:
z3rOR0ne 2023-04-15 19:32:44 -07:00
parent 6552c1f342
commit 5fe053df49
2 changed files with 52 additions and 2 deletions

View file

@ -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