Add gitignore, improve nvim sesarching, fix a line in tmux with latest tmux
This commit is contained in:
parent
d89aed6cad
commit
a5d0fa1975
3 changed files with 7 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
*.swp
|
||||
Session.vim
|
||||
|
|
|
@ -23,6 +23,11 @@ set sidescrolloff=0
|
|||
set nu
|
||||
set relativenumber
|
||||
|
||||
" better searching
|
||||
set hlsearch
|
||||
set ignorecase
|
||||
set incsearch
|
||||
|
||||
" Setup good wrapping so we don't wrap for most files and when we do, it's
|
||||
" pretty.
|
||||
set nowrap
|
||||
|
|
|
@ -20,7 +20,7 @@ set -g status-interval 2
|
|||
set -g status-position bottom
|
||||
set -g status-bg colour0
|
||||
set -g status-fg colour0
|
||||
set -g status-attr dim
|
||||
#set -g status-attr dim
|
||||
set -g status-left '#[fg=colour240] (#S) '
|
||||
set -g status-right '#[fg=colour240,bg=colour0,italics] #(whoami)@#H %m/%d %I:%M '
|
||||
set -g status-right-length 50
|
||||
|
|
Loading…
Reference in a new issue