Skip to content

Commit

Permalink
feat(tmux): enable mouse, 24b colors and clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Apr 13, 2021
1 parent aec3bb6 commit 77106ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tmux.conf.local
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tmux_conf_new_session_prompt=false
# RGB 24-bit colour support (tmux >= 2.2), possible values are:
# - true
# - false (default)
tmux_conf_theme_24b_colour=false
tmux_conf_theme_24b_colour=true

# window style
tmux_conf_theme_window_fg='default'
Expand Down Expand Up @@ -268,7 +268,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=true


# -- user customizations -------------------------------------------------------
Expand All @@ -278,7 +278,7 @@ 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

# force Vi mode
# really you should export VISUAL or EDITOR environment variable, see manual
Expand Down

0 comments on commit 77106ec

Please sign in to comment.