aboutsummaryrefslogtreecommitdiff
path: root/.vim/doc/shortcuts.txt
diff options
context:
space:
mode:
authorMax Christian Pohle2016-04-14 01:41:59 +0200
committerMax Christian Pohle2016-04-14 01:41:59 +0200
commit86aec2e9fd5d8e54afa38a562b2deb051b0da339 (patch)
treef1cd13bef3492962e8bd4e4baa0520f9cf1a0bd9 /.vim/doc/shortcuts.txt
parent09ab7308632cd5949dbcc6289aaf095ce9eb09a3 (diff)
downloadvim-karlmarks-86aec2e9fd5d8e54afa38a562b2deb051b0da339.tar.bz2
vim-karlmarks-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/shortcuts.txt')
-rw-r--r--.vim/doc/shortcuts.txt2
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
46dp - put changes from current window into the other 46dp - 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 49zR - opens all folds (unfold all)
..