diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-10-17 18:31:32 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-10-17 18:31:32 -0500 |
| commit | fe74ef66ee5882495e00bae731c8e299811c7c1d (patch) | |
| tree | c33ce3e4c6b456ca532a0284f6138f64d1db303f /env/.config/tmux | |
| parent | 62ba4da27df06a91fa75ef08cfa69fba4c82a72e (diff) | |
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
Diffstat (limited to 'env/.config/tmux')
| -rwxr-xr-x | env/.config/tmux/tmux.conf | 18 |
1 files changed, 9 insertions, 9 deletions
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 |
