Skip to content

Commit c09235f

Browse files
committed
Add Navigate The Browser History With Vimium as a Chrome TIL
1 parent 1a77074 commit c09235f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pairing with smart people at Hashrocket.
1010

1111
For a steady stream of TILs, [sign up for my newsletter](https://crafty-builder-6996.ck.page/e169c61186).
1212

13-
_1165 TILs and counting..._
13+
_1166 TILs and counting..._
1414

1515
---
1616

@@ -83,6 +83,7 @@ _1165 TILs and counting..._
8383
- [Duplicate The Current Tab](chrome/duplicate-the-current-tab.md)
8484
- [Easier Access To Network Throttling Controls](chrome/easier-access-to-network-throttling-controls.md)
8585
- [Keybinding To Focus The Address Bar](chrome/keybinding-to-focus-the-address-bar.md)
86+
- [Navigate The Browser History With Vimium](chrome/navigate-the-browser-history-with-vimium.md)
8687
- [Pretty Print Tabular Data](chrome/pretty-print-tabular-data.md)
8788
- [Reference The Selected Node](chrome/reference-the-selected-node.md)
8889
- [Selecting DOM Elements Faster Than Ever](chrome/selecting-dom-elements-faster-than-ever.md)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Navigate The Browser History With Vimium
2+
3+
The [Vimium](https://vimium.github.io/) Chrome extension is great for moving
4+
around the current page you are on. It can also be used to navigate back and
5+
forth through your browser history.
6+
7+
You can go back to the previous page with `H` (`Shift-h`).
8+
9+
You can go forward to a page you went back from with `L` (`Shift-l`).

0 commit comments

Comments
 (0)