From ca235c11bd33a9006dd25926c88667e37c249739 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 28 Aug 2022 00:51:59 +0200 Subject: [PATCH] added neo vim shortcut --- files/fish/functions/e.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 files/fish/functions/e.fish diff --git a/files/fish/functions/e.fish b/files/fish/functions/e.fish new file mode 100644 index 0000000..c415611 --- /dev/null +++ b/files/fish/functions/e.fish @@ -0,0 +1,3 @@ +function e --wraps=nvim --description 'alias e nvim' + nvim $argv; +end