Mercurial > hg > cc > cirrus_home
view .tmux.conf @ 188:0c5422df3a67
runs, but no cdx yet, because no value.content I presume
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Mon, 23 Sep 2024 19:18:36 +0100 |
parents | acae526510e2 |
children |
line wrap: on
line source
# scroll-bar? see https://superuser.com/questions/310251/use-terminal-scrollbar-with-tmux set -ga terminal-overrides ',xterm*:smcup@:rmcup@' # mousewheel scrolling set -g mouse on # edit mode setw -g mode-keys emacs # cut-paste outside tmux. see https://linuxhint.com/copy-paste-clipboard-tmux/ bind C-c run "tmux save-buffer /tmp/hst/clipped ; csing /usr/bin/xsel -b -i < /tmp/hst/clipped" bind C-v run 'tmux set-buffer "$(/usr/bin/xclip -o -sel clipboard)"; tmux paste-buffer' # https://superuser.com/questions/1098077/how-to-keep-terminal-window-title-in-sync-with-tmux-window set-option -g set-titles on set-option -g set-titles-string "#S #T"