dotfiles

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

commit 7bf9043077282bf1a4f5789852161d7bd1e197d0
parent b6adaaab5429fb0fbcc99f5d5e32704a411a7f7f
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 11 Apr 2019 20:43:15 +0200

Vim digraphs


Former-commit-id: ff9e70485a9445f67dab417377bc37230c9bc845
Diffstat:
Mvim/symbols.vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vim/symbols.vimrc b/vim/symbols.vimrc @@ -16,3 +16,4 @@ execute "digraphs us " . 0x1D64 execute "digraphs vs " . 0x1D65 execute "digraphs xs " . 0x2093 execute "digraphs \\|- " . 0x22A2 +execute "digraphs \\|=" . 0x22A8