tweak: map F to open link in new unfocused tab

This commit is contained in:
Maddison Hellstrom 2019-05-07 15:13:02 -07:00
parent 7a4b16e1ad
commit 372e37ffae
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@ const unmaps = {
const maps = {
global: [
{
alias: "F",
map: "gf",
category: categories.mouseClick,
description: "Open a link in non-active new tab",
},
{
alias: "w",
map: "k",