aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-12 13:16:20 -0800
committerclarkzjw <[email protected]>2023-02-12 13:16:20 -0800
commitff1cfcfe67ac03eb4fc5f4d252a18ce46644d5f3 (patch)
treeaf302e7a38687fb307b8115006667c71039d1fa2 /dot_tmux.conf.local
parent86ab17dfb56b31a5f500ce8555df71a8c33e105d (diff)
downloaddotfiles-ff1cfcfe67ac03eb4fc5f4d252a18ce46644d5f3.tar.gz
tmux: copy to system clipboard
Diffstat (limited to 'dot_tmux.conf.local')
-rw-r--r--dot_tmux.conf.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_tmux.conf.local b/dot_tmux.conf.local
index f640e32..9bfe786 100644
--- a/dot_tmux.conf.local
+++ b/dot_tmux.conf.local
@@ -337,7 +337,7 @@ tmux_conf_theme_clock_style="24"
337# - disabled 337# - disabled
338# on macOS, this requires installing reattach-to-user-namespace, see README.md 338# on macOS, this requires installing reattach-to-user-namespace, see README.md
339# on Linux, this requires xsel, xclip or wl-copy 339# on Linux, this requires xsel, xclip or wl-copy
340tmux_conf_copy_to_os_clipboard=false 340tmux_conf_copy_to_os_clipboard=true
341 341
342 342
343# -- user customizations ------------------------------------------------------- 343# -- user customizations -------------------------------------------------------
Powered by cgit v1.2.3 (git 2.41.0)