comparison .tmux.conf @ 185:acae526510e2

too many overdue updates to break down
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 06 Dec 2023 13:38:58 +0000
parents 9d71a9f55ea0
children
comparison
equal deleted inserted replaced
184:53a8ffe06460 185:acae526510e2
7 7
8 # edit mode 8 # edit mode
9 setw -g mode-keys emacs 9 setw -g mode-keys emacs
10 10
11 # cut-paste outside tmux. see https://linuxhint.com/copy-paste-clipboard-tmux/ 11 # cut-paste outside tmux. see https://linuxhint.com/copy-paste-clipboard-tmux/
12 bind C-c run "tmux save-buffer - | /usr/bin/xclip -i -sel clipboard || :" 12 bind C-c run "tmux save-buffer /tmp/hst/clipped ; csing /usr/bin/xsel -b -i < /tmp/hst/clipped"
13 bind C-v run 'tmux set-buffer "$(/usr/bin/xclip -o -sel clipboard)"; tmux paste-buffer' 13 bind C-v run 'tmux set-buffer "$(/usr/bin/xclip -o -sel clipboard)"; tmux paste-buffer'
14 14
15 # https://superuser.com/questions/1098077/how-to-keep-terminal-window-title-in-sync-with-tmux-window 15 # https://superuser.com/questions/1098077/how-to-keep-terminal-window-title-in-sync-with-tmux-window
16 set-option -g set-titles on 16 set-option -g set-titles on
17 set-option -g set-titles-string "#S #T" 17 set-option -g set-titles-string "#S #T"