📝 Adjusted tmux config

This commit is contained in:
z3rOR0ne 2023-04-15 21:30:35 -07:00
parent 5fe053df49
commit 4e075d0eb7
2 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,8 @@
# To be placed in $HOME
# Set default terminal
set -g default-terminal "st"
set -ga terminal-overrides ",st-256color:Tc"
set -g default-terminal "st-256color"
# Unbinding the prefix from Ctrl-b to Ctrl-x
unbind C-b