Update fish aliases & keybinds, update git config, update Neovim config

Neovim:
- Replace typescript-tools with ts_ls
- Add Markview
- Modify Neo-tree keybinds
- Modify CodeCompanion models
- Add Svelte linting/fixing
This commit is contained in:
mitchell 2025-05-08 15:12:45 -04:00
parent 33da7ca122
commit e511802ea3
5 changed files with 58 additions and 23 deletions

View file

@ -1,5 +1,5 @@
[alias]
co = checkout
sw = switch
rs = restore
rss = restore --staged
br = branch
@ -21,7 +21,6 @@
puff = pull --ff-only
merff = merge --ff-only
fa = fetch --all
pa = push --all
ap = add --patch
[core]