Add vss
alias for sorting words in my spellfile
Automatically sort and update the words within my `spellfile` that's used by Neovim.
This commit is contained in:
parent
a2ac74a796
commit
395e92054e
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@
|
||||||
ialias tag="tag-release"
|
ialias tag="tag-release"
|
||||||
ialias uncommit="git reset --soft HEAD^";
|
ialias uncommit="git reset --soft HEAD^";
|
||||||
ialias wt="git worktree"
|
ialias wt="git worktree"
|
||||||
|
ialias vss="LC_ALL=C sort --unique ~/Code/personal/opdavies.nvim/spell/en.utf-8.add --output ~/Code/personal/opdavies.nvim/spell/en.utf-8.add"
|
||||||
balias lh3="xdg-open http://localhost:3000"
|
balias lh3="xdg-open http://localhost:3000"
|
||||||
balias lh8="xdg-open http://localhost:8000"
|
balias lh8="xdg-open http://localhost:8000"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue