Skip to content

Commit

Permalink
add link following keybind to mypwarun
Browse files Browse the repository at this point in the history
This is imperfect, since it kicks me back to normal mode afterward,
rather than insert mode. It's better than not being able to follow
links because of misbehaving page javascript like discord's, though.
  • Loading branch information
tejing1 committed Jan 14, 2025
1 parent 4b6719c commit fb70075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeConfigurations/tejing/browser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ in
imap <A-F4> <:quitall>
imap <C-A-n> <toNormalMode>
imap <C-A-r> <refreshTab>
imap <C-A-f> <startFollowNewTab>
call <toInsertMode>
EOF
exec mylaunch app "pwarun-$name" ${my.pkgsUnstable.vieb}/bin/vieb --erwic="$dir/erwic.json" --datafolder="$dir/datafolder" --config-file="$dir/viebrc"
Expand Down

0 comments on commit fb70075

Please sign in to comment.