1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

nvim: QoL features

This commit is contained in:
TheGeneralist 2026-01-19 23:08:50 +01:00
parent 3f34891413
commit bd2e9ca61d
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
3 changed files with 94 additions and 2 deletions

View file

@ -16,7 +16,8 @@
tree = "eza --tree --git-ignore --group-directories-first";
# Editor aliases
v = "nvim .";
x = "nvim .";
v = "nvim";
vi = "vim";
vim = "nvim";