Fix fish prompt and misc bugs.

This commit is contained in:
2018-09-03 22:13:33 -04:00
parent f23f2ba454
commit 22a8c176d0
3 changed files with 20 additions and 34 deletions

2
vimrc
View File

@@ -103,7 +103,7 @@ autocmd BufRead,BufNewFile *.md set spell
""" FIXES
" automatically rebalance windows on vim resize
autocmd VimResized * :wincmd =
if exists('$TMUX') " Support resizing in tmux
if exists('$TMUX') && !has('nvim') " Support resizing in tmux
set ttymouse=xterm2
endif
" Fix Cursor in TMUX