mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 22:54:11 -05:00
this fixes the final (I think) literal that managed to sneak through
This commit is contained in:
parent
a65ef69435
commit
d18942c8ef
1 changed files with 39 additions and 39 deletions
|
@ -60,7 +60,7 @@
|
||||||
### Mouse ###
|
### Mouse ###
|
||||||
|
|
||||||
| Binding | Mode | Action |
|
| Binding | Mode | Action |
|
||||||
|:----------------------|:----:|-------------------------------------------------:|
|
|:-----------------------|:----:|-------------------------------------------------:|
|
||||||
| Ctrl-ScrollUp | ALL | Scroll right a few characters at a time |
|
| Ctrl-ScrollUp | ALL | Scroll right a few characters at a time |
|
||||||
| Ctrl-ScrollDown | ALL | Scroll left 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-ScrollUp | ALL | Scroll right one character at a time |
|
||||||
|
@ -84,8 +84,8 @@
|
||||||
#### Toggles and Sidebars ####
|
#### Toggles and Sidebars ####
|
||||||
|
|
||||||
| Binding | Mode | Action |
|
| Binding | Mode | Action |
|
||||||
|:----------------------|:----:|-------------------------------------------------:|
|
|:-----------------------|:----:|-------------------------------------------------:|
|
||||||
| <Backslash><Space> | NORM | Toggle the **goyo** distraction-free UI |
|
| \<Backslash\>\<Space\> | NORM | Toggle the **goyo** distraction-free UI |
|
||||||
| | | |
|
| | | |
|
||||||
| ?? | NORM | Toggle the Vim reference manual |
|
| ?? | NORM | Toggle the Vim reference manual |
|
||||||
| ~ | NORM | Toggle **vimfiler** file manager sidebar |
|
| ~ | NORM | Toggle **vimfiler** file manager sidebar |
|
||||||
|
|
Loading…
Reference in a new issue