From fef4d6ff2ad9f48e6dccde0f061453e6a3ac624e Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 19 Apr 2020 22:13:44 +0200 Subject: added new hierarchy --- src/fish.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/fish.md (limited to 'src/fish.md') diff --git a/src/fish.md b/src/fish.md deleted file mode 100644 index f24b57f..0000000 --- a/src/fish.md +++ /dev/null @@ -1,16 +0,0 @@ -# fish(1) - -## keymaps -```markdown - 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 -```markdown - status print-stack-trace .. prints function stacktrace (can be used in scripts) - breakpoint ................ halt script execution and gives shell (C-d | exit - to continue) -``` -- cgit v1.2.3