diff --git a/tmux.conf b/tmux.conf index 2c10db0..c580c73 100644 --- a/tmux.conf +++ b/tmux.conf @@ -11,7 +11,7 @@ set -g pane-base-index 1 setw -g monitor-activity on set-option -g visual-activity on #Set how often the status bar updates its info -set -g status-interval 5 +set -g status-interval 1 ######Colors###### set -g status-bg "colour238" diff --git a/vimrc b/vimrc index a18e97b..b29c60e 100644 --- a/vimrc +++ b/vimrc @@ -5,6 +5,7 @@ set background=dark colorscheme Tomorrow-Night-Eighties set nu set laststatus=2 +set hlsearch ignorecase "Auto indent filetype indent on set autoindent @@ -12,7 +13,6 @@ set autoindent set tabstop=2 shiftwidth=0 expandtab set pastetoggle= let mapleader = "," -set hlsearch "Line wrapping set wrap set linebreak