Joined April 2012
·

Phil Pirozhkov

Rus, Spb
·
·
·

And there are much more to dig https://github.com/search?q=vimrc

nnoremap ; :
nnoremap : ;

That's nice, but you get used to it so fast that you realize that you mistype in non-vim environment. I would recommend putting

xmodmap -e "keycode 47 = colon semicolon"

to your .xinitrc to remap : and ; globally

xmodmap -e "keycode 47 = colon semicolon Cyrillic_ZHE"
is an advanced version that works if you have another layout you are switching to (cyrillic in this example)

Posted to git command aliases over 1 year ago

What about shell completion? Does bash/zsh understand git aliases?

Achievements
90 Karma
0 Total ProTip Views