From d3d95db9ab9bf59da6ce7c39092b778d75b264e2 Mon Sep 17 00:00:00 2001 From: "Nathanial L. McConnell" Date: Wed, 31 Jan 2018 01:30:49 -0600 Subject: [PATCH] Update Keys Add shortcut keys for next character deletion, line cancellation, output paging, external editing, and screen repainting. Add shortcut key for next and change last to previous arguments. --- fish-shell.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/fish-shell.md b/fish-shell.md index 58e942c9f..5dd900f43 100644 --- a/fish-shell.md +++ b/fish-shell.md @@ -9,21 +9,26 @@ weight: -1 ### Keys -| Shortcut | Description | -| --- | --- | -| `Alt ←` _/_ `Alt →` | Move word | -| `^U` | Delete to beginning | -| `^W` | Delete to previous `/` | -| `Alt D` | Delete next word | -| --- | --- | -| `Alt ↑` | Last arguments | +| Shortcut | Description | +| --- | --- | +| `Alt ←` _/_ `Alt →` | Move word | +| `^U` | Delete to beginning | +| `^W` | Delete to previous `/` | +| `^D` | Delete next character | +| `Alt D` | Delete next word | +| `^C` | Cancel line | +| `Alt P` | Page output | +| --- | --- | +| `Alt ↑` _/_ `Alt ↓` | Previous _/_ next arguments | +| `Alt E` _/_ `Alt V` | Open in external editor | +| `^L` | Repaint screen | {: .-shortcuts} ### Help -| `Alt H` | Help on word (man) | -| `Alt W` | Help on word (short descriptions) | -| `Alt L` | List directory on cursor | +| `Alt H` | Help on word (man) | +| `Alt W` | Help on word (short descriptions) | +| `Alt L` | List directory on cursor | {: .-shortcuts} ## Function