From 8d2972746e21a0c1cbe9eefcd1d6dafdcba58ec4 Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Fri, 15 Nov 2024 03:38:52 +1100 Subject: [PATCH] wip --- tmux/tmux.xdg.symlink/tmux.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tmux/tmux.xdg.symlink/tmux.conf diff --git a/tmux/tmux.xdg.symlink/tmux.conf b/tmux/tmux.xdg.symlink/tmux.conf new file mode 100644 index 0000000..0ee346f --- /dev/null +++ b/tmux/tmux.xdg.symlink/tmux.conf @@ -0,0 +1,17 @@ +# Reload configuration +bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "~/.tmux.conf reloaded" + +unbind '"' +unbind % +bind x split-window -v +bind v split-window -h + +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R + +bind \; command-prompt + +set -g status-style 'fg=brightblack bg=green' +set -g message-style ''