DEV Community

Discussion on: Setting up Vim for Python

Collapse
 
waylonwalker profile image
Waylon Walker

I'd suggest replacing all nmaps with nnoremap, its good practice. nmap is rarely what you want and can get you in trouble.

Its so interesting to see other's setups. I do python in vim every day and have a drastically different setup. It just shows how customizable it is. Vim is here to make it your own.

Collapse
 
mr_destructive profile image
Meet Rajesh Gor

oh ya! Thanks for feedback👍I forgot to make it nnoremap, Even I prefer that. Noremap is used in most cases. That's why we love Vim;)