Skip to content

Commit 55687af

Browse files
committed
Add Toggle Absolute And Relative Paths In BufExplorer as a vim til
1 parent fe63389 commit 55687af

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variety of languages and technologies. These are things that don't really
77
warrant a full blog post. These are mostly things I learn by pairing with
88
smart people at [Hashrocket](http://hashrocket.com/).
99

10-
_389 TILs and counting..._
10+
_390 TILs and counting..._
1111

1212
---
1313

@@ -460,6 +460,7 @@ _389 TILs and counting..._
460460
- [Swapping Split Windows](vim/swapping-split-windows.md)
461461
- [Tabs To Spaces](vim/tabs-to-spaces.md)
462462
- [The Vim Info File](vim/the-vim-info-file.md)
463+
- [Toggle Absolute And Relative Paths In BufExplorer](vim/toggle-absolute-and-relative-paths-in-bufexplorer.md)
463464
- [Toggling Syntax Highlighting](vim/toggling-syntax-highlighting.md)
464465
- [Unloading A Buffer](vim/unloading-a-buffer.md)
465466
- [Use Active Window With BufExplorer](vim/use-active-window-with-bufexplorer.md)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Toggle Absolute And Relative Paths In BufExplorer
2+
3+
After opening [BufExplorer](https://github.com/jlanzarotta/bufexplorer)
4+
using `<leader>bs`, you will see both files and the paths to those files. By
5+
default you will see absolute paths to the files. You can use `R` to toggle
6+
between relative and absolute paths.
7+
8+
For relative paths, the path will be relative to the current working
9+
directory of the Vim session (`:pwd`).

0 commit comments

Comments
 (0)