add gvimwiki as well
This commit is contained in:
parent
a6ba0b027b
commit
b9bb220bec
1 changed files with 4 additions and 0 deletions
4
gvimwiki
Executable file
4
gvimwiki
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
vim_wiki_rc="$HOME/vimwikirc"
|
||||
# gvim wiki to scratchpad
|
||||
gvim -c "source ${vim_wiki_rc}"
|
Loading…
Reference in a new issue