Formatting.
This commit is contained in:
parent
5760e74477
commit
29c8087bc2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user