# Basic Setup set -g mouse on # Enable mouse set -g base-index 1 # Easier windows (ie hotbar 0 is 10) set -g default-command "${SHELL}" # Don't open login shell set -g default-terminal "screen-256color" set-option -sa terminal-overrides ',screen-256color:RGB' setw -g monitor-activity on set -g visual-activity on #Prefix is Ctrl-a set -g prefix C-a bind C-a send-prefix unbind C-b # Fancy window titles set -g set-titles on set -g set-titles-string "#T" # Vim style copy-paste #bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel -i -p && xsel -o -p | xsel -i -b" bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -in -selection clipboard < /dev/stdin" #bind-key p run "xsel -o | tmux load-buffer - ; tmux paste-buffer" # More friendly split pane bind-key v split-window -h bind-key h split-window -v # Mouse scrollback bind -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; copy-mode -e; send-keys -M" bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M" # disable bells set -g bell-action none set -g visual-bell off # List of plugins set -g @plugin 'jimeh/tmux-themepack' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tpm' set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' # Theme set -g @themepack 'powerline/block/cyan' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run -b '~/.tmux/plugins/tpm/tpm' gemini://nytpu.com/gemlog/files/configs/tmux.conf

-- Leo's gemini proxy

-- Connecting to nytpu.com:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/plain

-- Response ended

-- Page fetched on Fri Mar 29 02:35:05 2024