diff options
author | zachir <zachir@librem.one> | 2025-09-01 10:35:37 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-09-01 10:35:37 -0500 |
commit | 077ecd04e6de24252aa342f78dd7273569ac9c40 (patch) | |
tree | c7479da749f97c2d23262abd41d6dc281899fbda | |
parent | 0481c34a8f051a0a82b4a94c1a13f4563e5f26cb (diff) |
-rwxr-xr-x | vw | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#!/bin/sh + +case "$EDITOR" in + "nvim") nvim +VimwikiIndex ;; + "vim") vim +VimwikiIndex ;; + *) $EDITOR ~/.local/share/vimwiki/index.wiki ;; +esac |