summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaxim Baz <github@maximbaz.com>2018-06-13 14:15:31 +0200
committerDave Davenport <DaveDavenport@users.noreply.github.com>2018-06-13 14:15:31 +0200
commitff9b0f5ccd695395f4b7a18ab81426aa54b1b66f (patch)
treefc5ea8e4ddb60c88cbd86cfc2828623fdd0b2208 /README.md
parentbdb6abef4a2b3cd3c02443038f43af74fd1bc987 (diff)
Add default shortcuts: Shift+BackSpace to delete previous char, Ctrl+Left/Right for word movements (#790)
* Support Shift+BackSpace by default to delete previous char * Support Ctrl+Arrow for word movements
Diffstat (limited to 'README.md')
-rw-r--r--README.md70
1 files changed, 35 insertions, 35 deletions
diff --git a/README.md b/README.md
index a80e71fa..f22910a2 100644
--- a/README.md
+++ b/README.md
@@ -160,41 +160,41 @@ Type `Shift-/Left/Right` to switch between active modi.
## Key bindings
-| Key | Action |
-|:----------------------------|:-------------------------------------------------------------------|
-|`Ctrl-v, Insert` | Paste from clipboard |
-|`Ctrl-Shift-v, Shift-Insert` | Paste primary selection |
-|`Ctrl-w` | Clear the line |
-|`Ctrl-u` | Delete till the start of line |
-|`Ctrl-a` | Move to beginning of line |
-|`Ctrl-e` | Move to end of line |
-|`Ctrl-f, Right` | Move forward one character |
-|`Alt-f` | Move forward one word |
-|`Ctrl-b, Left` | Move back one character |
-|`Alt-b` | Move back one word |
-|`Ctrl-d, Delete` | Delete character |
-|`Ctrl-Alt-d` | Delete word |
-|`Ctrl-h, Backspace` | Backspace (delete previous character) |
-|`Ctrl-Alt-h` | Delete previous word |
-|`Ctrl-j,Ctrl-m,Enter` | Accept entry |
-|`Ctrl-n,Down` | Select next entry |
-|`Ctrl-p,Up` | Select previous entry |
-|`Page Up` | Go to the previous page |
-|`Page Down` | Go to the next page |
-|`Ctrl-Page Up` | Go to the previous column |
-|`Ctrl-Page Down` | Go to the next column |
-|`Ctrl-Enter` | Use entered text as a command (in `ssh/run modi`) |
-|`Shift-Enter` | Launch the application in a terminal (in run mode) |
-|`Shift-Enter` | Return the selected entry and move to the next item while keeping Rofi open. (in dmenu) |
-|`Shift-Right` | Switch to the next modi. The list can be customized with the -modi option. |
-|`Shift-Left` | Switch to the previous modi. The list can be customized with the -modi option. |
-|`Ctrl-Tab` | Switch to the next modi. The list can be customized with the -modi option. |
-|`Ctrl-Shift-Tab` | Switch to the previous modi. The list can be customized with the -modi option. |
-|`Ctrl-space` | Set selected item as input text. |
-|`Shift-Del` | Delete entry from history. |
-|`grave` | Toggle case sensitivity. |
-|`Alt-grave` | Toggle levenshtein sort. |
-|`Alt-Shift-S` | Take a screenshot and store it in the Pictures directory. |
+| Key | Action |
+|:-------------------------------------|:-------------------------------------------------------------------|
+|`Ctrl-v, Insert` | Paste from clipboard |
+|`Ctrl-Shift-v, Shift-Insert` | Paste primary selection |
+|`Ctrl-w` | Clear the line |
+|`Ctrl-u` | Delete till the start of line |
+|`Ctrl-a` | Move to beginning of line |
+|`Ctrl-e` | Move to end of line |
+|`Ctrl-f, Right` | Move forward one character |
+|`Alt-f, Ctrl-Right` | Move forward one word |
+|`Ctrl-b, Left` | Move back one character |
+|`Alt-b, Ctrl-Left` | Move back one word |
+|`Ctrl-d, Delete` | Delete character |
+|`Ctrl-Alt-d` | Delete word |
+|`Ctrl-h, Backspace, Shift-Backspace` | Backspace (delete previous character) |
+|`Ctrl-Alt-h` | Delete previous word |
+|`Ctrl-j,Ctrl-m,Enter` | Accept entry |
+|`Ctrl-n,Down` | Select next entry |
+|`Ctrl-p,Up` | Select previous entry |
+|`Page Up` | Go to the previous page |
+|`Page Down` | Go to the next page |
+|`Ctrl-Page Up` | Go to the previous column |
+|`Ctrl-Page Down` | Go to the next column |
+|`Ctrl-Enter` | Use entered text as a command (in `ssh/run modi`) |
+|`Shift-Enter` | Launch the application in a terminal (in run mode) |
+|`Shift-Enter` | Return the selected entry and move to the next item while keeping Rofi open. (in dmenu) |
+|`Shift-Right` | Switch to the next modi. The list can be customized with the -modi option. |
+|`Shift-Left` | Switch to the previous modi. The list can be customized with the -modi option. |
+|`Ctrl-Tab` | Switch to the next modi. The list can be customized with the -modi option. |
+|`Ctrl-Shift-Tab` | Switch to the previous modi. The list can be customized with the -modi option. |
+|`Ctrl-space` | Set selected item as input text. |
+|`Shift-Del` | Delete entry from history. |
+|`grave` | Toggle case sensitivity. |
+|`Alt-grave` | Toggle levenshtein sort. |
+|`Alt-Shift-S` | Take a screenshot and store it in the Pictures directory. |
For the full list of key bindings, see: `rofi -show keys` or `rofi -help`.