More todo
This commit is contained in:
parent
558ba7d20a
commit
e98b34ee05
|
@ -9,6 +9,7 @@ set --export --universal TERMINAL kitty
|
|||
set --export --universal TERMINAL_ARGS '--single-instance'
|
||||
set --export --universal BROWSER firefox
|
||||
|
||||
# TODO: use the text editor?
|
||||
set --export --universal PAGER "less"
|
||||
set --export --universal MANPAGER "less"
|
||||
|
||||
|
|
|
@ -36,9 +36,12 @@ set -g update-environment "WAYLAND_DISPLAY DISPLAY"
|
|||
|
||||
set -g mouse on
|
||||
set -g escape-time 0
|
||||
|
||||
set -g monitor-activity on
|
||||
set -g visual-bell both
|
||||
set -g visual-bell off
|
||||
set -g bell-action other
|
||||
set -g activity-action none
|
||||
|
||||
set -g mode-keys vi
|
||||
set -g history-limit 1000000
|
||||
set -g status on
|
||||
|
|
Reference in a new issue