From ed67b7cf801368bbd6b45d8664c160388987ac7e Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 25 Jun 2024 18:26:05 -0700 Subject: [PATCH] Remove old .tmux.conf Whatever systems I have that don't have the latest tmux, I'll cope. I can create my own symlinks, for Darwin's sake. --- dot_tmux.conf | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dot_tmux.conf diff --git a/dot_tmux.conf b/dot_tmux.conf deleted file mode 100644 index 0e73b09..0000000 --- a/dot_tmux.conf +++ /dev/null @@ -1,21 +0,0 @@ -set-option -g default-shell /usr/bin/fish - -bind-key h select-pane -L -bind-key j select-pane -D -bind-key k select-pane -U -bind-key l select-pane -R - -# nested tmux, obey me -bind-key a send-prefix - -# Avoid the annoying bit of delay when using the control character -set -g escape-time 0 -set -g renumber-windows on - -# Show a visual bell, even on other windows -set-window-option -g visual-bell both -set-window-option -g bell-action other - -# Set up the window visuals -set -g window-status-style bg=yellow -set -g window-status-current-style bg=red,fg=white