Compare commits
2 Commits
cde38c5469
...
1e81fe5f14
Author | SHA1 | Date | |
---|---|---|---|
1e81fe5f14 | |||
4c142d2fa5 |
@ -176,7 +176,7 @@ if &t_Co == 8 && $TERM !~# '^linux\|^Eterm'
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" Change cursor dependant on current mode
|
" Change cursor dependant on current mode
|
||||||
if has('cursorshape') && has('unix') && !has('gui_running')
|
if !has('nvim') && has('cursorshape') && has('unix') && !has('gui_running')
|
||||||
if $TMUX ==# '' && $ITERM_PROFILE !=# ''
|
if $TMUX ==# '' && $ITERM_PROFILE !=# ''
|
||||||
let &t_SI = "\<Esc>]50;CursorShape=1\x7"
|
let &t_SI = "\<Esc>]50;CursorShape=1\x7"
|
||||||
let &t_EI = "\<Esc>]50;CursorShape=0\x7"
|
let &t_EI = "\<Esc>]50;CursorShape=0\x7"
|
||||||
|
4
vimrc
4
vimrc
@ -102,6 +102,10 @@ Pack 'tpope/vim-fugitive'
|
|||||||
Pack 'tpope/vim-eunuch'
|
Pack 'tpope/vim-eunuch'
|
||||||
" vim-vinegar - improved directory browser
|
" vim-vinegar - improved directory browser
|
||||||
Pack 'tpope/vim-vinegar'
|
Pack 'tpope/vim-vinegar'
|
||||||
|
if wsl#isDetected()
|
||||||
|
" Make gx work in WSL
|
||||||
|
let g:netrw_browsex_viewer='cmd.exe /C start'
|
||||||
|
endif
|
||||||
" vim-abolish - CamelCase to under_score to mixedCase
|
" vim-abolish - CamelCase to under_score to mixedCase
|
||||||
" TODO: Copy the good bit remove this plugin
|
" TODO: Copy the good bit remove this plugin
|
||||||
Pack 'tpope/vim-abolish'
|
Pack 'tpope/vim-abolish'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user