mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
setting the default terminal
This commit is contained in:
@@ -32,6 +32,9 @@ unbind %
|
|||||||
# Disable completely the mouse
|
# Disable completely the mouse
|
||||||
set -g mouse off
|
set -g mouse off
|
||||||
|
|
||||||
|
# Set the default terminal
|
||||||
|
set -s default-terminal 'tmux-256color'
|
||||||
|
|
||||||
# open/split window with current path
|
# open/split window with current path
|
||||||
bind '"' split-window -c "#{pane_current_path}"
|
bind '"' split-window -c "#{pane_current_path}"
|
||||||
bind % split-window -h -c "#{pane_current_path}"
|
bind % split-window -h -c "#{pane_current_path}"
|
||||||
|
|||||||
Reference in New Issue
Block a user