aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-10 21:56:36 -0800
committerclarkzjw <[email protected]>2023-02-10 21:56:36 -0800
commit86ab17dfb56b31a5f500ce8555df71a8c33e105d (patch)
treefdd95b044339c1727e1c8c26f630057e870095c1
parentbea112de2c6c539a38dc106452c7b06149a41684 (diff)
downloaddotfiles-86ab17dfb56b31a5f500ce8555df71a8c33e105d.tar.gz
tmux: update
-rw-r--r--dot_tmux.conf.local4
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_tmux.conf.local b/dot_tmux.conf.local
index 9d659ae..f640e32 100644
--- a/dot_tmux.conf.local
+++ b/dot_tmux.conf.local
@@ -347,7 +347,7 @@ tmux_conf_copy_to_os_clipboard=false
347#set -g history-limit 10000 347#set -g history-limit 10000
348 348
349# start with mouse mode enabled 349# start with mouse mode enabled
350#set -g mouse on 350set -g mouse on
351 351
352# force Vi mode 352# force Vi mode
353# really you should export VISUAL or EDITOR environment variable, see manual 353# really you should export VISUAL or EDITOR environment variable, see manual
@@ -365,7 +365,7 @@ tmux_conf_copy_to_os_clipboard=false
365# bind v new-window -c #{pane_current_path} #!important 365# bind v new-window -c #{pane_current_path} #!important
366 366
367# move status line to top 367# move status line to top
368#set -g status-position top 368set -g status-position top
369 369
370 370
371# -- tpm ----------------------------------------------------------------------- 371# -- tpm -----------------------------------------------------------------------
Powered by cgit v1.2.3 (git 2.41.0)