dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit b24fd24ad7084a2e3dda648f02da73ababf90054
parent ed5c39e72d0013b0619d467c1923985adc7187f3
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 28 Sep 2020 22:05:06 +0200

vim: digraphs

Former-commit-id: df32741f2307c4b931e3a85f9603530cf9350801
Diffstat:
Mvim/vimrc | 16+++-------------
1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -189,19 +189,6 @@ let g:tagbar_type_go = { \ 'ctagsbin' : 'gotags', \ 'ctagsargs' : '-sort -silent' \ } -let g:tagbar_type_markdown = { - \ 'ctagstype' : 'markdown', - \ 'kinds' : [ - \ 'c:Heading L1', - \ 's:Heading L2', - \ 'S:Heading L3', - \ 't:Heading L4', - \ 'T:Heading L5', - \ 'u:Heading L6' - \ ], - \ 'sort': 0 - \ } - let g:tagbar_type_scss = { \ 'ctagstype' : 'scss', \ 'kinds' : [ @@ -715,6 +702,9 @@ if has('terminal') command! Tuir tab terminal tuir endif " }}} +" Digraphs {{{1 +exe 'digraphs o+ ' .. 0x2295 +exe 'digraphs O+ ' .. 0x2a01 " Mappings {{{1 " So I don't have to mash shift all the time nnoremap ; :