mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
10 lines
424 B
Markdown
10 lines
424 B
Markdown
# 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`).
|