Browse Source

Merge pull request #85 from localstatic/README-fixes

Readme fixes
jlanzarotta 6 years ago
parent
commit
ddfed84f77
1 changed files with 6 additions and 6 deletions
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -5,10 +5,10 @@ BufExplorer Plugin for Vim
 
 With bufexplorer, you can quickly and easily switch between buffers by using the one of the default public interfaces:
 
-  '<Leader>be' (normal open)  or
-  '<Leader>bt' (toggle open / close)  or
-  '<Leader>bs' (force horizontal split open)  or
-  '<Leader>bv' (force vertical split open)
+  '\<Leader\>be' (normal open)  or
+  '\<Leader\>bt' (toggle open / close)  or
+  '\<Leader\>bs' (force horizontal split open)  or
+  '\<Leader\>bv' (force vertical split open)
 
 Once the bufexplorer window is open you can use the normal movement keys (hjkl) to move around and then use <Enter> or <Left-Mouse-Click> to select the buffer you would like to open. If you would like to have the selected buffer opened in a new tab, simply press either <Shift-Enter> or 't'. Please note that when opening a buffer in a tab, that if the buffer is already in another tab, bufexplorer can switch to that tab automatically for you if you would like. More about that in the supplied VIM help.
 
@@ -28,8 +28,8 @@ This plugin can also be found at http://www.vim.org/scripts/script.php?script_id
 
 ## Installation
 ### Manually
-1.  If you do not want to use on the the bundle handlers, you can take the zip
-    file from vim.org and unzip it and copy the plugin to your vimfiles\plugin
+1.  If you do not want to use one of the the bundle handlers, you can take the
+    zip file from vim.org and unzip it and copy the plugin to your vimfiles\plugin
     directory and the txt file to your vimfiles\doc directory.  If you do that,
     make sure you generate the help by executing