From bcf8550afc38a4005f9c53e8a2c4af879e04831b Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Wed, 25 May 2016 12:24:43 +0200
Subject: added more plugins and removed symbol bar in gvim

new features introduced by plugins

* quick navigation:
  \b - switch between buffer
  \\w or \\f for faster cursor placement

* vimshell:
  :new | VimShell

* quote replacement like
  :cs"'
---
 doc/shortcuts.txt | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'doc')

diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index 4e49e6d..1432837 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -3,6 +3,10 @@ leader key      = usually set to backslash expects a quick command
 
 [normal mode]
 f{char}         = move cursor to the character {char}
+gf              = open file under cursor
+<C-w>gf         = open file under cursor in a tab
+
+
 
 
 [visual mode]   # with selected lines
-- 
cgit v1.2.3