Skip to content

Commit 1e63c06

Browse files
committed
...
1 parent 9ad3dd9 commit 1e63c06

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
Status: published
2+
Date: 2025-11-11 18:13:06
3+
Modified: 2025-11-11 18:13:06
4+
Author: Benjamin Du
5+
Slug: tips-on-the-fish-shell
6+
Title: Tips on the Fish Shell
7+
Category: Computer Science
8+
Tags: Computer Science, programming, shell, fish
9+
10+
**Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!**
11+
12+
## Configuration
13+
14+
~/.config/fish
15+
16+
## Key Bindings
17+
18+
<table class="tg"><thead>
19+
<tr>
20+
<th class="tg-0pky">Shortcuts</th>
21+
<th class="tg-0pky">Description</th>
22+
</tr></thead>
23+
<tbody>
24+
<tr>
25+
<td class="tg-0pky">Alt-.</td>
26+
<td class="tg-0pky">Get parameter of previous commands.</td>
27+
</tr>
28+
<tr>
29+
<td class="tg-0pky">Alt-e</td>
30+
<td class="tg-0pky">Edit the current command line in an external editor.</td>
31+
</tr>
32+
</tbody>
33+
</table>
34+
35+
Please refer to
36+
[Interactive use](https://fishshell.com/docs/current/interactive.html)
37+
for a more comprehensive list of key bindings.
38+
39+

0 commit comments

Comments
 (0)