Add vimwiki shorthand

This commit is contained in:
2022-01-23 12:55:21 +01:00
parent 287dcdf1b8
commit a813a3fc08

View File

@ -7,12 +7,18 @@ set -x EDITOR nvim
set -x USER hulthe set -x USER hulthe
{% end %} {% end %}
# launch vimwiki
function wi
cd ~/wiki/text
nvim index.wiki
end
# misc abbrs # misc abbrs
abbr --add e $EDITOR abbr --add e $EDITOR
abbr --add bt bluetoothctl abbr --add bt bluetoothctl
abbr --add d "cd ~/.config/dotfiles/tree && exa -Ta && git status" abbr --add d "cd ~/.config/dotfiles/tree && exa -Ta && git status"
# rust core tools # rust core tools abbrs
abbr --add ls exa abbr --add ls exa
abbr --add cat bat abbr --add cat bat
abbr --add find fd abbr --add find fd