summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-24 02:21:53 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-24 03:31:57 -0400
commit73bf1a52b02bf55a8cea0d0b5e9251c21d3cb085 (patch)
tree7f283c48abada8fbc688baf1533d14250cbec170 /vimrc
parentda375a97c83e36a16b049028dc193df5ff681b94 (diff)
downloadconf-73bf1a52b02bf55a8cea0d0b5e9251c21d3cb085.tar.gz
conf-73bf1a52b02bf55a8cea0d0b5e9251c21d3cb085.zip
improve startify a bit
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc8
1 files changed, 7 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index d967e55..7820c24 100644
--- a/vimrc
+++ b/vimrc
@@ -753,7 +753,13 @@ let g:rainbow_brace = 1
" }}}
" rust
" startify {{{
-let g:startify_files_number = 4
+let g:startify_list_order = ['dir', 'bookmarks', 'commands']
+let g:startify_files_number = 7
+let g:startify_commands = [
+ \ {'t': ['Open file', 'Denite -direction=dynamictop buffer file_rec']},
+ \ {'ff': ['Grep', 'Denite -direction=dynamictop grep:.::!']},
+ \ {'fh': ['Help', 'Denite -direction=dynamictop help']},
+ \ ]
let g:startify_change_to_vcs_root = 1
let g:startify_custom_indices = [
\'!', '@', '#', '$', '%', '^', '&', '*', '(', ')'