diff options
author | Max Christian Pohle | 2016-04-14 01:41:59 +0200 |
---|---|---|
committer | Max Christian Pohle | 2016-04-14 01:41:59 +0200 |
commit | 86aec2e9fd5d8e54afa38a562b2deb051b0da339 (patch) | |
tree | f1cd13bef3492962e8bd4e4baa0520f9cf1a0bd9 /.vim/doc | |
parent | 09ab7308632cd5949dbcc6289aaf095ce9eb09a3 (diff) | |
download | vim-86aec2e9fd5d8e54afa38a562b2deb051b0da339.tar.bz2 vim-86aec2e9fd5d8e54afa38a562b2deb051b0da339.zip |
mouse: no select mode, right mouse click menu
fixed mouse: right click menu and no automatic switch to select mode
Diffstat (limited to '.vim/doc')
-rw-r--r-- | .vim/doc/shortcuts.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/doc/shortcuts.txt b/.vim/doc/shortcuts.txt index fe61034..2597ed6 100644 --- a/.vim/doc/shortcuts.txt +++ b/.vim/doc/shortcuts.txt | |||
@@ -46,4 +46,4 @@ do - get changes from other window into the current | |||
46 | dp - put changes from current window into the other | 46 | dp - put changes from current window into the other |
47 | ]c - jump to the next change | 47 | ]c - jump to the next change |
48 | [c - jump to the prevous change | 48 | [c - jump to the prevous change |
49 | 49 | zR - opens all folds (unfold all) | |