Adding new stuff

This commit is contained in:
Viktor Barzin 2017-10-29 12:00:01 +00:00
parent dd9ea05fe9
commit 50a7d3ea3d

View file

@ -239,7 +239,7 @@ tmux_conf_theme_clock_style='24'
# - false (default)
# on macOS, this requires installing reattach-to-user-namespace, see README.md
# on Linux, this requires xsel or xclip
tmux_conf_copy_to_os_clipboard=false
# tmux_conf_copy_to_os_clipboard=false
# -- user customizations -------------------------------------------------------
@ -249,7 +249,8 @@ tmux_conf_copy_to_os_clipboard=false
#set -g history-limit 10000
# start with mouse mode enabled
# set -g mouse on
set -g mouse on
# set -g mouse off
# force Vi mode
# really you should export VISUAL or EDITOR environment variable, see manual