diff options
| author | George Bateman | 2017-11-26 12:19:38 +0000 |
|---|---|---|
| committer | GitHub | 2017-11-26 12:19:38 +0000 |
| commit | b5cd16bd04a382c6c0623d1a4ec6f84275bfc367 (patch) | |
| tree | 5fba9a0b2804a89491b0fcb6f0dd7a012b0b2afa | |
| parent | 8f63e5fed000fcae50277e7886b828d9bc87da34 (diff) | |
| download | vimium-b5cd16bd04a382c6c0623d1a4ec6f84275bfc367.tar.bz2 | |
Add shift to list of modifier keys in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ Keyboard Bindings ----------------- Modifier keys are specified as `<c-x>`, `<m-x>`, and `<a-x>` for ctrl+x, meta+x, and alt+x -respectively. See the next section for how to customize these bindings. +respectively. For shift+x and ctrl-shift-x, just type `X` and `<c-X>`. See the next section for how to customize these bindings. Once you have Vimium installed, you can see this list of key bindings at any time by typing `?`. |
