Put actual file in repo and symlink it, not the other way around
This commit is contained in:
parent
8903f3c895
commit
35b5a542fe
@ -1 +0,0 @@
|
||||
/home/electron/.tmux.conf
|
14
.tmux.conf
Normal file
14
.tmux.conf
Normal file
@ -0,0 +1,14 @@
|
||||
# Reload the config with the "r" key
|
||||
bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."
|
||||
|
||||
# No automatic renaming of windows
|
||||
set -g automatic-rename off
|
||||
|
||||
# Enable 256-color terminal
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
# Colors how i like them
|
||||
set -g status-bg blue
|
||||
set -g status-fg white
|
||||
set -g pane-border-fg white
|
||||
set -g pane-active-border-fg blue
|
Loading…
Reference in New Issue
Block a user