setting the default terminal

This commit is contained in:
aminnairi
2023-04-10 09:44:42 +02:00
parent c7dff53354
commit 7a62525175
+3
View File
@@ -32,6 +32,9 @@ unbind %
# Disable completely the mouse
set -g mouse off
# Set the default terminal
set -s default-terminal 'tmux-256color'
# open/split window with current path
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"