Formatting.
This commit is contained in:
parent
5760e74477
commit
29c8087bc2
|
@ -1,10 +1,15 @@
|
||||||
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" Keybinds
|
"░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||||
|
"░▀█▀░█▀▄░▀█▀░█▀▄░█▀█░█▀▀░▀█▀░█░█░█░░░█▀▄░█▀▀░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||||
|
"░░█░░█▀▄░░█░░█░█░█▀█░█░░░░█░░░█░░█░░░█▀▄░█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||||
|
"░░▀░░▀░▀░▀▀▀░▀▀░░▀░▀░▀▀▀░░▀░░░▀░░▀▀▀░▀░▀░▀▀▀░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||||
|
"░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||||
|
"
|
||||||
|
|
||||||
" Toggle expand/collapse for comments.
|
" Toggle expand/collapse for comments.
|
||||||
bind ;c hint -c [class*="expand"],[class="togg"]
|
bind ;c hint -c [class*="expand"],[class="togg"]
|
||||||
|
|
||||||
" match vimperators back function.
|
" match vimperators back/forward function.
|
||||||
command ba back
|
command ba back
|
||||||
command fo foward
|
command fo foward
|
||||||
|
|
||||||
|
@ -23,12 +28,16 @@ bind n findnext 1
|
||||||
bind N findnext -1
|
bind N findnext -1
|
||||||
bind ,<Space> nohlsearch
|
bind ,<Space> nohlsearch
|
||||||
|
|
||||||
|
" Text to speech is broken on all of my firefox instances. I'll just use my
|
||||||
|
" own.
|
||||||
unbind ;r
|
unbind ;r
|
||||||
bind ;r composite hint -pipe * textContent | shellescape | exclaim_quiet ./scripts/speak
|
bind ;r composite hint -pipe * textContent | shellescape | exclaim_quiet ./scripts/speak
|
||||||
|
|
||||||
|
" Settings
|
||||||
set smoothscroll true
|
set smoothscroll true
|
||||||
set incsearch true
|
set incsearch true
|
||||||
|
|
||||||
|
" Use custom theme
|
||||||
colorscheme onedark
|
colorscheme onedark
|
||||||
" This will have to do until someone writes us a nice syntax file :)
|
|
||||||
" vim: set filetype=vim:
|
" vim: set filetype=vim:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user