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
This commit is contained in:
2025-10-17 18:31:32 -05:00
parent 62ba4da27d
commit fe74ef66ee
9 changed files with 69 additions and 25 deletions

View File

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