Joined April 2012
·
Posted to
Speed up your already speedy Vim development
over 1 year
ago
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
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2014
Opabinia
Started social coding on GitHub within 6 months of its first signs of life
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Desert Locust
Have at least one original repo where Erlang is the dominant language
And there are much more to dig https://github.com/search?q=vimrc