File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ variety of languages and technologies. These are things that don't really
7
7
warrant a full blog post. These are mostly things I learn by pairing with
8
8
smart people at [ Hashrocket] ( http://hashrocket.com/ ) .
9
9
10
- _ 389 TILs and counting..._
10
+ _ 390 TILs and counting..._
11
11
12
12
---
13
13
@@ -460,6 +460,7 @@ _389 TILs and counting..._
460
460
- [ Swapping Split Windows] ( vim/swapping-split-windows.md )
461
461
- [ Tabs To Spaces] ( vim/tabs-to-spaces.md )
462
462
- [ 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 )
463
464
- [ Toggling Syntax Highlighting] ( vim/toggling-syntax-highlighting.md )
464
465
- [ Unloading A Buffer] ( vim/unloading-a-buffer.md )
465
466
- [ Use Active Window With BufExplorer] ( vim/use-active-window-with-bufexplorer.md )
Original file line number Diff line number Diff line change
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 ` ).
You can’t perform that action at this time.
0 commit comments