Codeforces и Polygon могут быть недоступны в период с 23 мая, 7:00 (МСК) по 23 мая, 11:00 (МСК) в связи с проведением технических работ. ×

Блог пользователя shubhanshushekharp

Автор shubhanshushekharp, история, 4 года назад, По-английски

Hii, I am getting bored using the vs code and thus was trying to shift to vim as it is more basic, fast etc. I need somewhat clean, basic .vimrc file if someone can give.. even tips are needed to get more use to it and get more of vim.

  • Проголосовать: нравится
  • -14
  • Проголосовать: не нравится

»
4 года назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

Start with an empty one. Then find what additional features you need and extend it step by step.

»
4 года назад, # |
Rev. 2   Проголосовать: нравится +3 Проголосовать: не нравится

To be honest, I didn't find vim to be that life changing. If you're thinking that just switching to vim will give you a tremendous speed boost after getting acquainted, then it's probably gonna be disappointing for you.

If you want a simple, fast and reliable editor to use, go for sublime text 3. It's way faster than vscode and has all the basic features that you'll need for competitive programming.

PS: This is just personal opinion though.