From 16a7b26fd53731370708e30fc8fd81b5fc331e57 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 15 Aug 2022 18:31:22 +0200 Subject: Initial commit --- functions/foreground-vi.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 functions/foreground-vi.fish (limited to 'functions/foreground-vi.fish') diff --git a/functions/foreground-vi.fish b/functions/foreground-vi.fish new file mode 100644 index 0000000..e05cfe6 --- /dev/null +++ b/functions/foreground-vi.fish @@ -0,0 +1,3 @@ +function foreground-vi + fg %vi >/dev/null +end -- cgit