mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
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:
parent
33da7ca122
commit
e511802ea3
5 changed files with 58 additions and 23 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue