Remove fundle and add rofi pdf finder
This commit is contained in:
@@ -50,10 +50,6 @@ set laststatus=0
|
||||
autocmd BufNewFile,BufRead /tmp/neomutt* set filetype=markdown
|
||||
""Quit whether Goyo is active or not
|
||||
function! s:goyo_enter()
|
||||
if executable('tmux') && strlen($TMUX)
|
||||
silent !tmux set status off
|
||||
silent !tmux list-panes -F '\#F' | grep -q Z || tmux resize-pane -Z
|
||||
endif
|
||||
set noshowmode
|
||||
set noshowcmd
|
||||
set scrolloff=999
|
||||
@@ -64,10 +60,6 @@ function! s:goyo_enter()
|
||||
endfunction
|
||||
|
||||
function! s:goyo_leave()
|
||||
if executable('tmux') && strlen($TMUX)
|
||||
silent !tmux set status on
|
||||
silent !tmux list-panes -F '\#F' | grep -q Z && tmux resize-pane -Z
|
||||
endif
|
||||
set showmode
|
||||
set showcmd
|
||||
set scrolloff=5
|
||||
|
||||
Reference in New Issue
Block a user