From e98b34ee059dcb479e8398222270c8218c532c47 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 16 Apr 2023 03:03:16 -0500 Subject: [PATCH] More todo --- common/fish/vars.fish | 1 + common/tmux/conf | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common/fish/vars.fish b/common/fish/vars.fish index 56e4f51..75ac21d 100644 --- a/common/fish/vars.fish +++ b/common/fish/vars.fish @@ -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" diff --git a/common/tmux/conf b/common/tmux/conf index 76994a7..9327af7 100644 --- a/common/tmux/conf +++ b/common/tmux/conf @@ -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