Browse Source

vim: vim-startify: add open dir command

Maxim Likhachev 6 years ago
parent
commit
7099f83cf6
  1. 3
      etc/soft/vim/vimrc

3
etc/soft/vim/vimrc

@ -884,7 +884,8 @@ let g:startify_bookmarks = [ @@ -884,7 +884,8 @@ let g:startify_bookmarks = [
\ ]
let g:startify_commands = [
\ {'m': ['$ make', 'make']},
\ {'d': ['Open current directory (GUI)', 'silent exec "!x-open ."']},
\ {'m': ['Make current project ($ make)', 'make']},
\ ]
let g:ascii = systemlist("git-cal --unicode 2>/dev/null | grep -v fatal || echo")

Loading…
Cancel
Save