Add vimwiki shorthand
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user