Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
set up your Webbrowser to be used by vim commands.
https://chrome.google.com/webstore/...
Vimium - Google Chrome -
bahua129044yGet used to vim. Use it for simple everyday things like notetaking and as a scratch pad. Then when you're accustomed to it, try to think of things that's help you use it better, like custom mappings and leader combinations. Read some docs on building your .vimrc and play with some sane customizations. There are countless plugins available that enhance the visuals, but I wouldn't recommend messing with them until you're much more familiar with vim.
-
Apply vim bindings to everything. Remove the switches in your arrow keys, uninstall your mouse drivers. If possible block mouse registration in fimware.
-
install a fuckload of plugins and admire the greatness that a shitty language like Vimscript can accomplish
-
-
orhun12534yWow some good info ya guys throwing at me! But got one question: How is this comfortable to use capslock when I swap it with esc?
-
bahua129044y@orhun
Yeah, I never do that. I don't like caps lock, but the main reason I don't like it is because of how easy it is to hit it accidentally. Giving it a real use just invites a different form of trouble, for me. -
bahua129044yOr better to set up a leader combination that toggles an iabbrev rule that turns any entered lowercase character into its uppercase counterpart.
Related Rants
I finished the vimtutor!!!
What is the next step?
rant
vimtutor
vim
happy