commit d18415aac351b00de010c28519bb48da20a65fd5 parent bd57f3f55e220c3dbd9466b5ff47edbf71b4e608 Author: AndrewLockVI <andrew@laack.co> Date: Tue, 11 Feb 2025 22:30:56 -0600 Updated config and added notes about my firefox setup Diffstat:
| M | install.sh | | | 17 | +++++++++++++---- |
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/install.sh b/install.sh @@ -71,10 +71,19 @@ doas apk add zathura-pdf-mupdf # - Bitwarden (connect to self hosted vaultwarden) # - Ad Nauseum (screw ads and marketers) # - Vimium (following links from keyboard is great) -# - I also tried some other ones but they all had different issues associated with them. -# - While I don't like that it is just u and d to go up and down half screens, the only -# - extension that had the proper C-u and C-d was kinda awful in other ways. Really I just -# - want a nice way to navigate and a good way to click on links from the keyboard. + +# CUSTOM CONFIG FOR VIMIUM +# unmap f +# map s LinkHints.activateMode +# map S LinkHints.activateModeToOpenInNewTab +# unmap b +# unmap f +# unmap t +# unmap r +# unmap F +# map b goBack +# map f goForward +# map ys LinkHints.activateModeToCopyLinkUrl doas apk add firefox