Skip to content

Commit

Permalink
(- vim re) Simplifying :VTerm entry on Startify
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Jun 23, 2020
1 parent a3e0b9c commit 96fe435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dotfiles/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ else
let g:startify_files_number = 10
endif
let g:startify_bookmarks = [ '~/.vimrc', '~/.zshrc' ]
let g:startify_commands = [ ':help reference', ':PlugUpdate', [':VTerm', ':exe "VTerm" | exe "120wincmd |" | set wfw'] ]
let g:startify_commands = [ ':help reference', ':PlugUpdate', [':VTerm', ':exe "105VTerm" | set wfw'] ]

let g:startify_skiplist = [
\ 'COMMIT_EDITMSG',
Expand Down

0 comments on commit 96fe435

Please sign in to comment.