1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 23:28: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

@@ -7,7 +7,7 @@ variety of languages and technologies. These are things that don't really
warrant a full blog post. These are mostly things I learn by pairing with
smart people at [Hashrocket](http://hashrocket.com/).
_389 TILs and counting..._
_390 TILs and counting..._
---
@@ -460,6 +460,7 @@ _389 TILs and counting..._
- [Swapping Split Windows](vim/swapping-split-windows.md)
- [Tabs To Spaces](vim/tabs-to-spaces.md)
- [The Vim Info File](vim/the-vim-info-file.md)
- [Toggle Absolute And Relative Paths In BufExplorer](vim/toggle-absolute-and-relative-paths-in-bufexplorer.md)
- [Toggling Syntax Highlighting](vim/toggling-syntax-highlighting.md)
- [Unloading A Buffer](vim/unloading-a-buffer.md)
- [Use Active Window With BufExplorer](vim/use-active-window-with-bufexplorer.md)

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`).