From fe74ef66ee5882495e00bae731c8e299811c7c1d Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Fri, 17 Oct 2025 18:31:32 -0500 Subject: Squashed commit of the following: - rofi kaomoji-picker.sh and keybind in i3 - rofi edit for vimish motions - indent change - swapped tmux keys - echo port on auto port - added proxy ignore to newsboat autofetch - added xorg-xwayland - autoport mc script using socat - removed /dev from cam alias --- env/.config/tmux/tmux.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'env/.config/tmux') diff --git a/env/.config/tmux/tmux.conf b/env/.config/tmux/tmux.conf index b3702ba..7579dd7 100755 --- a/env/.config/tmux/tmux.conf +++ b/env/.config/tmux/tmux.conf @@ -8,7 +8,7 @@ set -g visual-activity off #set -g status-interval 3 unbind C-b -set-option -g prefix C-Space +set-option -g prefix C-space # set vim mode set-window-option -g mode-keys vi @@ -33,15 +33,15 @@ setw -g pane-base-index 1 set -g renumber-windows on # renumber windows when one is closed # nav rebinds -bind -r h select-pane -L -bind -r j select-pane -D -bind -r k select-pane -U -bind -r l select-pane -R +bind -r C-h select-pane -L +bind -r C-j select-pane -D +bind -r C-k select-pane -U +bind -r C-l select-pane -R -bind -r C-h resize-pane -L 5 -bind -r C-j resize-pane -D 5 -bind -r C-k resize-pane -U 5 -bind -r C-l resize-pane -R 5 +bind -r h resize-pane -L 5 +bind -r j resize-pane -D 5 +bind -r k resize-pane -U 5 +bind -r l resize-pane -R 5 bind -r m resize-pane -Z # maximize # pane joining -- cgit v1.3