Teil 1
This commit is contained in:
parent
3bb78ce556
commit
d4ffef45e9
32 changed files with 0 additions and 0 deletions
tmux
18
tmux/.tmux.conf
Normal file
18
tmux/.tmux.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
set-option -g status-bg default
|
||||
set-option -g status-fg green
|
||||
set-option -g status-right ""
|
||||
set-option -g status-left ""
|
||||
set-option -g message-bg default
|
||||
set-option -g message-fg green
|
||||
set-option -g status-justify centre
|
||||
|
||||
# start with window 1
|
||||
set -g base-index 1
|
||||
|
||||
# window tabs
|
||||
setw -g window-status-format " #[bg=default]#[fg=green]#W"
|
||||
setw -g window-status-current-format " #[bg=default]#[fg=green]<#W>"
|
||||
|
||||
# use current path when opening panes
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
bind '"' split-window -v -c "#{pane_current_path}"
|
Loading…
Add table
Add a link
Reference in a new issue