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:
@@ -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
|
warrant a full blog post. These are mostly things I learn by pairing with
|
||||||
smart people at [Hashrocket](http://hashrocket.com/).
|
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)
|
- [Swapping Split Windows](vim/swapping-split-windows.md)
|
||||||
- [Tabs To Spaces](vim/tabs-to-spaces.md)
|
- [Tabs To Spaces](vim/tabs-to-spaces.md)
|
||||||
- [The Vim Info File](vim/the-vim-info-file.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)
|
- [Toggling Syntax Highlighting](vim/toggling-syntax-highlighting.md)
|
||||||
- [Unloading A Buffer](vim/unloading-a-buffer.md)
|
- [Unloading A Buffer](vim/unloading-a-buffer.md)
|
||||||
- [Use Active Window With BufExplorer](vim/use-active-window-with-bufexplorer.md)
|
- [Use Active Window With BufExplorer](vim/use-active-window-with-bufexplorer.md)
|
||||||
|
|||||||
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