aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/firefox/.config/tridactyl
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-03-29 16:46:20 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-03-29 16:46:20 -0500
commit3882b421380ca57a458399a8ee56da589b4fd1d1 (patch)
tree1cede8c22f8ed4a1afd691e39aa8f355946355f6 /firefox/.config/tridactyl
parenta915fc0eefc540ccc558048cda398f84a5b229b6 (diff)
fix(firefox): improve cmdline keymaps
Diffstat (limited to 'firefox/.config/tridactyl')
-rw-r--r--firefox/.config/tridactyl/tridactylrc9
1 files changed, 7 insertions, 2 deletions
diff --git a/firefox/.config/tridactyl/tridactylrc b/firefox/.config/tridactyl/tridactylrc
index b82cf5a..8ebca05 100644
--- a/firefox/.config/tridactyl/tridactylrc
+++ b/firefox/.config/tridactyl/tridactylrc
@@ -58,10 +58,15 @@ bind gx hint -W mpvsafe
" hook: https://aur.archlinux.org/packages/firefox-no-reserved-keys-patch
bind --mode=ex <C-n> ex.next_completion
bind --mode=ex <C-p> ex.prev_completion
+bind --mode=ex <Down> ex.next_completion
+bind --mode=ex <Up> ex.prev_completion
+bind --mode=ex <Tab> ex.next_completion
+bind --mode=ex <C-Tab> ex.prev_completion
+bind --mode=ex <C-d> composite ex.next_completion; ex.next_completion; ex.next_completion; ex.next_completion; ex.next_completion
+bind --mode=ex <C-u> composite ex.prev_completion; ex.prev_completion; ex.prev_completion; ex.prev_completion; ex.prev_completion
+bind --mode=ex <C-Space> ex.insert_completion
bind --mode=ex <C-y> ex.insert_completion
bind --mode=ex <C-e> ex.deselect_completion
-bind --mode=ex <Tab> ex.complete
-bind --mode=ex <C-g> composite text.beginning_of_line ; text.forward_word ; text.kill_word
autocmd DocStart mail.google.com mode ignore
autocmd DocStart discordapp.com mode ignore