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 ''