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:
18
env/.config/tmux/tmux.conf
vendored
18
env/.config/tmux/tmux.conf
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user