add vimwiki
This commit is contained in:
parent
977645eb90
commit
841a8d6c6f
1 changed files with 4 additions and 0 deletions
4
vimwiki
Executable file
4
vimwiki
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/bash
|
||||||
|
vim_wiki_dir="$HOME/vimwiki/index.wiki"
|
||||||
|
# vim wiki to scratchpad
|
||||||
|
default-terminal-emulator -name vimwiki -e flock -w0 ${vim_wiki_dir} vim ${vim_wiki_dir}
|
Loading…
Reference in a new issue