show how to start with mouse mode enabled. Closes #97
This commit is contained in:
parent
03ec982a50
commit
fe615a2444
1 changed files with 3 additions and 0 deletions
|
@ -246,6 +246,9 @@ tmux_conf_copy_to_os_clipboard=false
|
||||||
# increase history size
|
# increase history size
|
||||||
#set -g history-limit 10000
|
#set -g history-limit 10000
|
||||||
|
|
||||||
|
# start with mouse mode enabled
|
||||||
|
#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
|
||||||
#set -g status-keys vi
|
#set -g status-keys vi
|
||||||
|
|
Loading…
Reference in a new issue