Skip to content

Instantly share code, notes, and snippets.

@TheFunctionalGuy
Last active March 21, 2024 09:10
Show Gist options
  • Save TheFunctionalGuy/35ef7c7ddd8240edb0e153b377ac408d to your computer and use it in GitHub Desktop.
Save TheFunctionalGuy/35ef7c7ddd8240edb0e153b377ac408d to your computer and use it in GitHub Desktop.
Tridactyl config
" === Binds ===
" ex
bind --mode=ex <C-j> ex.next_completion
bind --mode=ex <C-k> ex.prev_completion
bind --mode=ex <C-c> ex.hide_and_clear
" tabs
bind J tabnext
bind K tabprev
" unbinds
unbind <C-f>
unbind <C-b>
unbind <F1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment