1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-10 18:48:02 +00:00

Add Toggle Absolute And Relative Paths In BufExplorer as a vim til

This commit is contained in:
jbranchaud
2016-04-10 23:20:57 -05:00
parent fe63389a7c
commit 55687af878
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
# Toggle Absolute And Relative Paths In BufExplorer
After opening [BufExplorer](https://github.com/jlanzarotta/bufexplorer)
using `<leader>bs`, you will see both files and the paths to those files. By
default you will see absolute paths to the files. You can use `R` to toggle
between relative and absolute paths.
For relative paths, the path will be relative to the current working
directory of the Vim session (`:pwd`).