Added Tridactyl config

This commit is contained in:
James Patrick 2019-04-15 01:57:22 -04:00
parent b4de2d5402
commit 3499035ca4
1 changed files with 23 additions and 0 deletions

23
tridactyl/tridactyl Normal file
View File

@ -0,0 +1,23 @@
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Keybinds
" Toggle expand/collapse for comments.
bind ;c hint -c [class*="expand"],[class="togg"]
" match vimperators back function.
command ba back
" use h/l to cycle though tabs.
bind h tabprev
bind l tabnext
" Better find.
unbind <C-f>
bind / fillcmdline find
bind ? fillcmdline find -?
bind n findnext 1
bind N findnext -1
bind ,<Space> nohlsearch
" This will have to do until someone writes us a nice syntax file :)
" vim: set filetype=vim: