wip
This commit is contained in:
parent
4788cbe5bd
commit
8d2972746e
1 changed files with 17 additions and 0 deletions
17
tmux/tmux.xdg.symlink/tmux.conf
Normal file
17
tmux/tmux.xdg.symlink/tmux.conf
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Reload configuration
|
||||||
|
bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "~/.tmux.conf reloaded"
|
||||||
|
|
||||||
|
unbind '"'
|
||||||
|
unbind %
|
||||||
|
bind x split-window -v
|
||||||
|
bind v split-window -h
|
||||||
|
|
||||||
|
bind h select-pane -L
|
||||||
|
bind j select-pane -D
|
||||||
|
bind k select-pane -U
|
||||||
|
bind l select-pane -R
|
||||||
|
|
||||||
|
bind \; command-prompt
|
||||||
|
|
||||||
|
set -g status-style 'fg=brightblack bg=green'
|
||||||
|
set -g message-style ''
|
Loading…
Add table
Reference in a new issue