diff --git a/README.md b/README.md index 6bf6dec..9ede156 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ pairing with smart people at Hashrocket. For a steady stream of TILs, [sign up for my newsletter](https://crafty-builder-6996.ck.page/e169c61186). -_1631 TILs and counting..._ +_1632 TILs and counting..._ See some of the other learning resources I work on: - [Ruby Operator Lookup](https://www.visualmode.dev/ruby-operators) @@ -135,6 +135,7 @@ If you've learned something here, support my efforts writing daily TILs by - [Duplicate The Current Tab](chrome/duplicate-the-current-tab.md) - [Easier Access To Network Throttling Controls](chrome/easier-access-to-network-throttling-controls.md) - [Keybinding To Focus The Address Bar](chrome/keybinding-to-focus-the-address-bar.md) +- [Open Current Tab In New Window With Vimium](chrome/open-current-tab-in-new-window-with-vimium.md) - [Pause JavaScript From The Source DevTools Panel](chrome/pause-javascript-from-the-source-devtools-panel.md) - [Navigate The Browser History With Vimium](chrome/navigate-the-browser-history-with-vimium.md) - [Pretty Print Tabular Data](chrome/pretty-print-tabular-data.md) diff --git a/chrome/open-current-tab-in-new-window-with-vimium.md b/chrome/open-current-tab-in-new-window-with-vimium.md new file mode 100644 index 0000000..1bf559a --- /dev/null +++ b/chrome/open-current-tab-in-new-window-with-vimium.md @@ -0,0 +1,14 @@ +# Open Current Tab In New Window With Vimium + +Sometime I have a busy Chrome window going with a bunch of tabs open for +various lines of work as well as a number of tabs that I've neglected to close. +I then open a new tab, find something useful, and realize I'm at a "branching +point". I'm about to start in on a specific chunk of work that will probably +involve opening several more tabs and switch back and forth between some +dashboards. I want to start all of this from a fresh slate -- or at least from +a fresh Chrome window. + +With [Vimium](https://github.com/philc/vimium), I can hit `W` (`Shift-w`) to +have the current tab move from the current window to a new window. The original +window, minus that one tab, will be left as is so that I can go back to it as +needed.