Created
May 28, 2021 14:33
-
-
Save rnkoaa/f2d2b2c26ec07dc62e84ed0dc77472d4 to your computer and use it in GitHub Desktop.
My tmux config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# prevent vim from losing colors | |
# set -g default-terminal "xterm" | |
set -g default-terminal "screen-256color" | |
tmux_conf_theme_24b_colour=true | |
tmux_conf_theme_focused_pane_bg='default' | |
tmux_conf_theme_pane_border_style=thin | |
tmux_conf_theme_left_separator_main='\uE0B0' | |
tmux_conf_theme_left_separator_sub='\uE0B1' | |
tmux_conf_theme_right_separator_main='\uE0B2' | |
tmux_conf_theme_right_separator_sub='\uE0B3' | |
#tmux_conf_battery_bar_symbol_full='◼' | |
#tmux_conf_battery_bar_symbol_empty='◻' | |
tmux_conf_battery_bar_symbol_full='♥' | |
tmux_conf_battery_bar_symbol_empty='·' | |
tmux_conf_copy_to_os_clipboard=true | |
tmux_conf_theme_status_left='' | |
tmux_conf_theme_status_right='#{prefix}#{pairing}#{synchronized} ' | |
set -g mouse on | |
# split current window vertically | |
bind | split-window -h | |
# for fast movement between panes | |
set -sg repeat-time 200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment