changeset 198:3910d035efb1

csing -> sing
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sat, 28 Feb 2026 11:47:19 +0000
parents 78d9e09e151e
children fcb9b0e68755
files .tmux.conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.tmux.conf	Wed Apr 23 11:04:53 2025 +0100
+++ b/.tmux.conf	Sat Feb 28 11:47:19 2026 +0000
@@ -9,7 +9,7 @@
 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-c run "tmux save-buffer /tmp/hst/clipped ; sing /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