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
-
If you have the basics down with Vim, try installing jedi package with pip and getting the vim-jedi plugin. Works super well IMO, but it can be a little slow. Maybe there is an asynchronous completed that can use it, not sure.
-
touch vim_eshell.el
echo "(defun run-vim () (interactive )(eshell) (switch-to-buffer "*eshell*") (insert "vi") (eshell-send-input))" >> vim_eshell.el
Now you don't need to leave Emacs like these other savages. -
rookie157y@mkdirLuci4 lol my mentor would say exactly the same, but i need to feel comfortable to settle down.
Related Rants
I've switched from pycharm to sublime to vsocde in a month, now vim is catching my eye, my mentor will kill me if i started using vim now but it's freaking interesting, will be learning a little bit of vim, will stick to vscode for long term i guess.
rant
noob developer
python