added neo vim shortcut

This commit is contained in:
cupcakearmy 2022-08-28 00:51:59 +02:00
parent 7f7031ef87
commit ca235c11bd
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function e --wraps=nvim --description 'alias e nvim'
nvim $argv;
end