diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-21 17:10:46 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-21 17:10:46 +0300 |
| commit | cbda6a80408abaa86b2aa8901b53bfaf17f2838b (patch) | |
| tree | 36f6166b427d97d887963b0ef12b84e09fe35f62 | |
| parent | 8c2bc24c557ad04d72496091a091c5f52fdcfa11 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/quickedit.fish | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/quickedit.fish b/dotfiles/fish/conf.d/quickedit.fish index 1721a05..e9f738a 100644 --- a/dotfiles/fish/conf.d/quickedit.fish +++ b/dotfiles/fish/conf.d/quickedit.fish @@ -67,6 +67,11 @@ function quickedit::direct cd - end +function quickedit::bytag + set -l tag $argv[1] + quickedit::direct ~/Notes bytag/$tag.md +end + function quickedit::scratchpad quickedit::direct ~/Notes Scratchpad.md end @@ -85,6 +90,7 @@ abbr -a S quickedit::scratchpad abbr -a quicknote quickedit::quicknote abbr -a perf quickedit::performance abbr -a performance quickedit::performance +abbr -a bytag quickedit::bytag abbr -a goals quickedit::performance abbr -a er "ranger $QUICKEDIT_DIR" abbr -a cdquickedit "cd $QUICKEDIT_DIR" |
