summaryrefslogtreecommitdiff
path: root/functions/foreground-vi.fish
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2022-08-15 18:31:22 +0200
committerjaseg <git@jaseg.de>2022-08-15 18:31:22 +0200
commit16a7b26fd53731370708e30fc8fd81b5fc331e57 (patch)
treea5d824ec11c4a6934422f7e7553b4c207016eba4 /functions/foreground-vi.fish
downloaduseful-fish-main.tar.gz
useful-fish-main.tar.bz2
useful-fish-main.zip
Initial commitmain
Diffstat (limited to 'functions/foreground-vi.fish')
-rw-r--r--functions/foreground-vi.fish3
1 files changed, 3 insertions, 0 deletions
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