Auto-launch tmux, tmux scrolling enabled

This commit is contained in:
Anthony Cicchetti 2018-11-23 15:03:54 -05:00
parent 69b3c9a373
commit 98546c37f6
2 changed files with 6 additions and 4 deletions

View file

@ -303,10 +303,11 @@ live_config_reload: true
# #
# You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`. # You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`.
# Entries in `shell.args` are passed unmodified as arguments to the shell. # Entries in `shell.args` are passed unmodified as arguments to the shell.
#shell: shell:
# program: /bin/bash program: /bin/zsh
# args: args:
# - --login - -c
- tmux
# Key bindings # Key bindings
# #

View file

@ -1 +1,2 @@
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
set -g mouse on