diff options
| author | Stephen Blott | 2017-12-02 12:41:23 +0000 |
|---|---|---|
| committer | GitHub | 2017-12-02 12:41:23 +0000 |
| commit | 3d05a7fed10b39d664912525091964d0258b711e (patch) | |
| tree | c445eb767fbb173b4e1233142e2a5a9811e06a79 | |
| parent | e32aaa80600140d2ee918549925ddd06ddb5f930 (diff) | |
| parent | b5cd16bd04a382c6c0623d1a4ec6f84275bfc367 (diff) | |
| download | vimium-3d05a7fed10b39d664912525091964d0258b711e.tar.bz2 | |
Merge pull request #2840 from GKFX/patch-1
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 `?`. |
