tmux conf

This commit is contained in:
odrling 2018-09-12 20:42:38 +02:00
parent 648bf050ea
commit c0e469061f
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# prefix Control + N
set-option -g prefix C-n
set-option -g prefix C-b
# switch panes using Alt-arrow without prefix
bind -n M-Left select-pane -L
@ -79,7 +79,7 @@ set -g pane-active-border-fg colour51
# The statusbar
set-option -g status-position top
set-option -g status-position bottom
set -g status-bg colour234
set -g status-fg colour137
set -g status-attr dim

3
.zshrc
View file

@ -44,7 +44,8 @@ zstyle ':completion:*' rehash true
autoload -Uz compinit promptinit
compinit
promptinit; prompt gentoo
promptinit
#; prompt gentoo
zstyle ':completion::complete:*' use-cache 1
# End of lines added by compinstall