aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)