diff --git a/README.md b/README.md index 8433698..037d0b3 100644 --- a/README.md +++ b/README.md @@ -59,50 +59,50 @@ ### Mouse ### -| Binding | Mode | Action | -|:----------------------|:----:|-------------------------------------------------:| -| Ctrl-ScrollUp | ALL | Scroll right a few characters at a time | -| Ctrl-ScrollDown | ALL | Scroll left a few characters at a time | -| Alt-ScrollUp | ALL | Scroll right one character at a time | -| Alt-ScrollDown | ALL | Scroll left one character at a time | -| | | | -| MiddleClick | ALL | Select between the cursor and the mouse | -| Ctrl-LeftClick | ALL | Select between the cursor and the mouse | -| Alt-LeftClick | ALL | Select the line at the mouse | -| Ctrl-Alt-LeftClick | ALL | Select the paragraph at the mouse | -| | | | -| Ctrl-RightClick | ALL | Copy selection or character under the cursor | -| Ctrl-MiddleClick | ALL | Copy selection or character under the cursor | -| Alt-RightClick | ALL | Cut selection or character under the cursor | -| Alt-MiddleClick | ALL | Cut selection or character under the cursor | -| Ctrl-Alt-RightClick | ALL | Paste at the cursor | -| Ctrl-Alt-MiddleClick | ALL | Paste at the cursor | -| Shift-MiddleClick | ALL | Paste the contents of the xorg buffer | +| Binding | Mode | Action | +|:-----------------------|:----:|-------------------------------------------------:| +| Ctrl-ScrollUp | ALL | Scroll right a few characters at a time | +| Ctrl-ScrollDown | ALL | Scroll left a few characters at a time | +| Alt-ScrollUp | ALL | Scroll right one character at a time | +| Alt-ScrollDown | ALL | Scroll left one character at a time | +| | | | +| MiddleClick | ALL | Select between the cursor and the mouse | +| Ctrl-LeftClick | ALL | Select between the cursor and the mouse | +| Alt-LeftClick | ALL | Select the line at the mouse | +| Ctrl-Alt-LeftClick | ALL | Select the paragraph at the mouse | +| | | | +| Ctrl-RightClick | ALL | Copy selection or character under the cursor | +| Ctrl-MiddleClick | ALL | Copy selection or character under the cursor | +| Alt-RightClick | ALL | Cut selection or character under the cursor | +| Alt-MiddleClick | ALL | Cut selection or character under the cursor | +| Ctrl-Alt-RightClick | ALL | Paste at the cursor | +| Ctrl-Alt-MiddleClick | ALL | Paste at the cursor | +| Shift-MiddleClick | ALL | Paste the contents of the xorg buffer | ### Keyboard ### #### Toggles and Sidebars #### -| Binding | Mode | Action | -|:----------------------|:----:|-------------------------------------------------:| -| | NORM | Toggle the **goyo** distraction-free UI | -| | | | -| ?? | NORM | Toggle the Vim reference manual | -| ~ | NORM | Toggle **vimfiler** file manager sidebar | -| \` | NORM | Toggle the gutter (line #s, folds, git diffs) | -| | | | -| \ | ALL | Toggle the **gundo** undo history sidebar | -| \ | ALL | Toggle the spellcheck list of incorrect words | -| \ | ALL | Toggle the **tagbar** source code tag sidebar | -| \ | ALL | Toggle the Extradite git history window | -| | | | -| \ | ALL | Toggle line wrapping | -| \ | ALL | Toggle spell check word highlighting | -| \ | ALL | Toggle source code syntax checking | -| | | | -| \ | ALL | Toggle the menubar **(gvim)** | -| \ | ALL | Toggle the toolbar **(gvim)** | -| \ | ALL | Toggle the scrollbars **(gvim)** | +| Binding | Mode | Action | +|:-----------------------|:----:|-------------------------------------------------:| +| \\ | NORM | Toggle the **goyo** distraction-free UI | +| | | | +| ?? | NORM | Toggle the Vim reference manual | +| ~ | NORM | Toggle **vimfiler** file manager sidebar | +| \` | NORM | Toggle the gutter (line #s, folds, git diffs) | +| | | | +| \ | ALL | Toggle the **gundo** undo history sidebar | +| \ | ALL | Toggle the spellcheck list of incorrect words | +| \ | ALL | Toggle the **tagbar** source code tag sidebar | +| \ | ALL | Toggle the Extradite git history window | +| | | | +| \ | ALL | Toggle line wrapping | +| \ | ALL | Toggle spell check word highlighting | +| \ | ALL | Toggle source code syntax checking | +| | | | +| \ | ALL | Toggle the menubar **(gvim)** | +| \ | ALL | Toggle the toolbar **(gvim)** | +| \ | ALL | Toggle the scrollbars **(gvim)** | **Complete Reference**: For a complete list of darkcloud-vimconfig specific mappings, check the list in the comments at the top of [vim/config/keyboard.vim](https://github.com/prurigro/darkcloud-vimconfig/blob/master/vim/config/keyboard.vim).