From 1a082031d905c7434d72774c5c1aa0d435f37714 Mon Sep 17 00:00:00 2001 From: amix Date: Sat, 1 Apr 2017 13:36:01 +0200 Subject: [PATCH] Fixed https://github.com/amix/vimrc/issues/279 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76f53e91..58f09563 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ You can also install your own plugins, for instance, via pathogen you can instal ## Key Mappings +The [leader](http://learnvimscriptthehardway.stevelosh.com/chapters/06.html#leader) is `,`, so whenever you see `` it means `,`. + ### Plugin related mappings Open [bufexplorer](https://github.com/vim-scripts/bufexplorer.zip) and see and manage the current buffers (`o`):