Auto-launch tmux, tmux scrolling enabled
This commit is contained in:
parent
69b3c9a373
commit
98546c37f6
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
|
set -g mouse on
|
||||||
|
|
Loading…
Add table
Reference in a new issue