i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set mode-keys to vi

+1
+1
tmux/.tmux.conf
··· 33 33 set -g focus-events on 34 34 35 35 # use vim keybinds in copy mode 36 + setw -g mode-keys vi 36 37 bind -T copy-mode-vi v send-keys -X begin-selection 37 38 bind -T copy-mode-vi C-v send-keys -X rectangle-toggle 38 39 bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "wl-copy"