Formatting.

This commit is contained in:
James Patrick 2019-09-21 20:59:18 -04:00
parent 5760e74477
commit 29c8087bc2
1 changed files with 12 additions and 3 deletions

View File

@ -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 ,<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
" This will have to do until someone writes us a nice syntax file :)
" vim: set filetype=vim: