Updated setup preview and "tmux.conf"
This commit is contained in:
parent
4d9f45a426
commit
9ee5344e91
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
# Dotfiles
|
# Dotfiles
|
||||||
|
|
||||||
![Setup Preview](https://i.imgur.com/MAr424z.png)
|
![Setup Preview](https://i.imgur.com/pGzolWf.png)
|
||||||
|
|
||||||
This repo includes my tmux.conf and vimrc along with the scripts used in said tmux.conf.
|
This repo includes my tmux.conf and vimrc along with the scripts used in said tmux.conf.
|
||||||
**Note:** my vimrc is using [vundle](https://github.com/gmarik/Vundle.vim) so don't just copy and paste it without installing vundle
|
**Note:** my vimrc is using [vundle](https://github.com/gmarik/Vundle.vim) so don't just copy and paste it without installing vundle
|
||||||
|
|
|
@ -12,6 +12,7 @@ setw -g monitor-activity on
|
||||||
set-option -g visual-activity on
|
set-option -g visual-activity on
|
||||||
#Set how often the status bar updates its info
|
#Set how often the status bar updates its info
|
||||||
set -g status-interval 1
|
set -g status-interval 1
|
||||||
|
unbind-key C-h
|
||||||
|
|
||||||
######Colors######
|
######Colors######
|
||||||
set -g status-bg "colour238"
|
set -g status-bg "colour238"
|
||||||
|
|
Loading…
Reference in a new issue