commit 4d3526eac769ede9dc0e971a44e529e5bf94e468
parent 25448afb9a515e2dd650d59c001f7f9226d08aea
Author: Alex Balgavy <alex@balgavy.eu>
Date: Tue, 1 Dec 2020 13:31:54 +0100
vim: keep a mapping for :ascii
Former-commit-id: 4562505b53d9e01f60097659ce57f3622b0c44ca
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -332,8 +332,8 @@ xmap ga <Plug>(LiveEasyAlign)
" Start interactive EasyAlign for a motion/text object (e.g. gaip)
nmap ga <Plug>(LiveEasyAlign)
-nmap <leader>ga <Plug>(EasyAlign)
-xmap <leader>ga <Plug>(EasyAlign)
+" Keep :ascii as a map
+nnoremap <leader>ga :<c-u>ascii<cr>
" Peekaboo {{{3
let g:peekaboo_compact=1
" Mundo {{{3
@@ -718,6 +718,7 @@ endif
exe 'digraphs o+ ' .. 0x2295
exe 'digraphs O+ ' .. 0x2a01
exe 'digraphs e$ ' .. 0x20ac
+exe 'digraphs \|> ' .. 0x21a6
" Mappings {{{1
" So I don't have to mash shift all the time
nnoremap ; :