change user config for tmux
This commit is contained in:
parent
b555d3ecbb
commit
1d9d5b7010
1 changed files with 2 additions and 2 deletions
|
@ -353,10 +353,10 @@ tmux_conf_copy_to_os_clipboard=false
|
||||||
# this is the place to override or undo settings
|
# this is the place to override or undo settings
|
||||||
|
|
||||||
# increase history size
|
# increase history size
|
||||||
#set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
||||||
# start with mouse mode enabled
|
# start with mouse mode enabled
|
||||||
#set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
# force Vi mode
|
# force Vi mode
|
||||||
# really you should export VISUAL or EDITOR environment variable, see manual
|
# really you should export VISUAL or EDITOR environment variable, see manual
|
||||||
|
|
Loading…
Reference in a new issue