diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-10-30 18:27:24 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-10-30 18:27:24 +0530 |
| commit | 1c40b3e9f976a5c098778793a862107f5963ba5f (patch) | |
| tree | 02602c31d0958318adaac805e06b26e639beab75 /modules/firefox.home/tridactyl/tridactylrc | |
| parent | 5b9dc3dc3fe8d8fce1457fe1835337e09b59c4b7 (diff) | |
| download | nixos-config-1c40b3e9f976a5c098778793a862107f5963ba5f.tar.gz nixos-config-1c40b3e9f976a5c098778793a862107f5963ba5f.zip | |
firefox tab style changes for vertical tabs
Diffstat (limited to '')
| -rw-r--r-- | modules/firefox.home/tridactyl/tridactylrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/firefox.home/tridactyl/tridactylrc b/modules/firefox.home/tridactyl/tridactylrc index 2fe7075..f3373a8 100644 --- a/modules/firefox.home/tridactyl/tridactylrc +++ b/modules/firefox.home/tridactyl/tridactylrc @@ -17,11 +17,19 @@ unbind tt unbind T unbind J unbind K +unbind f +unbind n +unbind N +unbind a +unbind A +unbind <C-f> bind o fillcmdline tabopen bind O fillcmdline open bind p clipboard tabopen bind P clipboard open +bind n findnext +bind N findprev bind --mode=normal J scrollpx 0 200 bind --mode=normal K scrollpx 0 -200 |
