5
orhun
4y

I finished the vimtutor!!!

What is the next step?

Comments
  • 3
    set up your Webbrowser to be used by vim commands.
    https://chrome.google.com/webstore/...
    Vimium - Google Chrome
  • 4
    Get 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.
  • 5
    Apply vim bindings to everything. Remove the switches in your arrow keys, uninstall your mouse drivers. If possible block mouse registration in fimware.
  • 5
    Suffering.
  • 2
    @M1sf3t
    Remap caps lock to esc
  • 1
    install a fuckload of plugins and admire the greatness that a shitty language like Vimscript can accomplish
  • 0
    @AleCx04
    Or just have something else install them for you 😘

    https://vim-bootstrap.com/
  • 0
    The only plugin I use heavily is vimwiki.
  • 0
    Wow 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?
  • 0
    @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.
  • 0
    @M1sf3t

    ggVG~
  • 0
    Or better to set up a leader combination that toggles an iabbrev rule that turns any entered lowercase character into its uppercase counterpart.
  • 0
    @M1sf3t

    Yeah, lots of routes through the jungle.
  • 0
  • 1
    pacman -R nano emacs
  • 0
    Make skynet and kill us all.
Add Comment