dotfiles/tridactyl/tridactylrc
2019-09-21 20:59:18 -04:00

44 lines
1.9 KiB
Plaintext

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
"░▀█▀░█▀▄░▀█▀░█▀▄░█▀█░█▀▀░▀█▀░█░█░█░░░█▀▄░█▀▀░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
"░░█░░█▀▄░░█░░█░█░█▀█░█░░░░█░░░█░░█░░░█▀▄░█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
"░░▀░░▀░▀░▀▀▀░▀▀░░▀░▀░▀▀▀░░▀░░░▀░░▀▀▀░▀░▀░▀▀▀░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
"░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
"
" Toggle expand/collapse for comments.
bind ;c hint -c [class*="expand"],[class="togg"]
" match vimperators back/forward function.
command ba back
command fo foward
" restore bookmarks
unbind <C-b>
" 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
" Text to speech is broken on all of my firefox instances. I'll just use my
" own.
unbind ;r
bind ;r composite hint -pipe * textContent | shellescape | exclaim_quiet ./scripts/speak
" Settings
set smoothscroll true
set incsearch true
" Use custom theme
colorscheme onedark
" vim: set filetype=vim: