diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index beb6a78..24daf23 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -33,6 +33,12 @@ bind -n M-Enter split-window -h -c "#{pane_current_path}" bind | split-window -h -c "#{pane_current_path}" bind \\ split-window -v -c "#{pane_current_path}" +# Resizing +bind -n C-M-l resize-pane -R +bind -n C-M-h resize-pane -L +bind -n C-M-j resize-pane -D +bind -n C-M-k resize-pane -U + # Copy mode setw -g mode-keys vi diff --git a/home/user/.config/tmux/options.conf b/home/user/.config/tmux/options.conf index 4bf7d61..21e8f2f 100644 --- a/home/user/.config/tmux/options.conf +++ b/home/user/.config/tmux/options.conf @@ -11,7 +11,7 @@ set -g base-index 1 # Window numbering starts at 1 set -g pane-base-index 1 # Pane numbering starts at 1 set -g renumber-windows on # Make windows auto renumber -set -g history-limit 10000 # Scroll back history +set -g history-limit 100000 # Scroll back history setw -g aggressive-resize on # Resize windows on diff clients set -g display-panes-time 4000 # Increase show pane time