commit b05df92d10ad789582ecf382434e95eecfe72231 Author: David Senoner Date: Tue Jan 7 14:48:31 2025 +0100 initial config diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..4b4aafd --- /dev/null +++ b/tmux.conf @@ -0,0 +1,18 @@ +unbind C-b +unbind C-Space +set -g prefix C-Space +bind C-Space send-prefix +bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded!" +set-option -g history-limit 5000 +set -g mouse on +set -g base-index 1 +set -g pane-base-index 1 +set -g renumber-windows on + +set-option -sa terminal-overrides ",xterm*:Tc" + +unbind % +bind | split-window -hc "#{pane_current_path}" +unbind '"' +bind - split-window -vc "#{pane_current_path}" +