dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 96e239192fed1c52a011e69b8fe8cd7a73a4df6d
parent c78547399a5906e064caa5ebfca115be09659c96
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Fri, 15 May 2020 13:06:44 +0200

tmux: fix vim delay

Former-commit-id: 8cebd79f8c328d7609be80ece21f4b6640d02395
Diffstat:
Mtmux/tmux.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tmux/tmux.conf b/tmux/tmux.conf @@ -18,6 +18,7 @@ set -g status-left '#[fg=#228822]» #[fg=#4477ff,bold]#T#{?pane_synchronized, #[ set -g status-right '#[fg=#4477ff,bold]»» ###S %R %m-%d#(acpi | cut -d ',' -f 2)#[default]' set -g visual-activity on set -g base-index 1 # start numbering windows at 1, easier to reach +set -s escape-time 0 # }}} # Window options {{{ setw -g mode-keys vi