From 61078b495384043c5caf60f337f80543ede9b37c Mon Sep 17 00:00:00 2001 From: Rasmus Bang Grouleff Date: Thu, 19 Apr 2018 15:51:11 +0200 Subject: [PATCH] Add documentation for bindings --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32d423b..4dded9a 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ It is for deleting a buffer in Vim without closing the window. The reason for adding it here is to be able to add it to an existing Janus bundle (look at https://github.com/carlhuda/janus for instructions on how to do that). +## Bindings -For a custom bind, add this line to your Vim config file: -```` -nnoremap bd :Bclose -```` +BClose binds `bd` to `:Bclose` unless `g:no_plugin_maps` exists and is `true`.