i use arch btw
0
fork

Configure Feed

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

Lower tmux history and add tmux-fzf-url

+3 -1
+3 -1
tmux/.tmux.conf
··· 23 23 24 24 # self-explanatory 25 25 set -g status-position top 26 - set -g history-limit 50000 26 + set -g history-limit 10000 27 27 28 28 # change terminal title 29 29 set -g set-titles on ··· 69 69 set -g @plugin 'tmux-plugins/tmux-resurrect' 70 70 set -g @resurrect-capture-pane-contents 'on' 71 71 set -g @resurrect-processes 'ssh' 72 + 73 + set -g @plugin 'wfxr/tmux-fzf-url' 72 74 73 75 if "test ! -d ~/.tmux/plugins/tpm" \ 74 76 "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"