diff --git a/tridactyl/tridactylrc b/tridactyl/tridactylrc index 3c0d985..075a1bf 100644 --- a/tridactyl/tridactylrc +++ b/tridactyl/tridactylrc @@ -1,10 +1,15 @@ """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" Keybinds +"░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ +"░▀█▀░█▀▄░▀█▀░█▀▄░█▀█░█▀▀░▀█▀░█░█░█░░░█▀▄░█▀▀░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ +"░░█░░█▀▄░░█░░█░█░█▀█░█░░░░█░░░█░░█░░░█▀▄░█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ +"░░▀░░▀░▀░▀▀▀░▀▀░░▀░▀░▀▀▀░░▀░░░▀░░▀▀▀░▀░▀░▀▀▀░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ +"░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ +" " Toggle expand/collapse for comments. bind ;c hint -c [class*="expand"],[class="togg"] -" match vimperators back function. +" match vimperators back/forward function. command ba back command fo foward @@ -23,12 +28,16 @@ bind n findnext 1 bind N findnext -1 bind , 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 -" This will have to do until someone writes us a nice syntax file :) + " vim: set filetype=vim: