aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish.txt
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-02-12 22:03:58 +0100
committerjohannst <johannes.stoelp@gmail.com>2020-02-12 22:03:58 +0100
commit8b3a702b17a0c4b4679d6cc274713b6e52a323b5 (patch)
treec6e80164b7a9549ccdfbb931f7a21379e7c91019 /fish.txt
parent144c8fc5a4ac2740bc443f849e8ab762f9b4f78e (diff)
downloadnotes-8b3a702b17a0c4b4679d6cc274713b6e52a323b5.tar.gz
notes-8b3a702b17a0c4b4679d6cc274713b6e52a323b5.zip
updated git, added fish
Diffstat (limited to 'fish.txt')
-rw-r--r--fish.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/fish.txt b/fish.txt
new file mode 100644
index 0000000..346df12
--- /dev/null
+++ b/fish.txt
@@ -0,0 +1,22 @@
+# fish-shell
+------------------------------------------------------------------------------------------------------------------------
+
+# toc
+ |keymaps|
+ |debug|
+
+ - *keymaps*
+ Shift-Tab tab-completion with search
+ Alt-Up / Alt-Down search history with token under the cursor
+ Alt-l list content of dir under cursor
+ Alt-p append '2>&1 | less;' to current cmdline
+
+
+ - *debug*
+ status print-stack-trace prints function stacktrace (can be used in scripts)
+ breakpoint halt script execution and gives shell (C-d | exit to continue)
+
+
+------------------------------------------------------------------------------------------------------------------------
+vim:ft=help:sts=2:et:tw=120:cc=120:fo+=t
+