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:
9
vim/toggle-absolute-and-relative-paths-in-bufexplorer.md
Normal file
9
vim/toggle-absolute-and-relative-paths-in-bufexplorer.md
Normal 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`).
|
||||
Reference in New Issue
Block a user