DEV Community

Discussion on: Which dotfiles (e.g. .bashrc, .vimrc) do you actually customize/depend on for your daily dev machine setup?

Collapse
 
ryanwilldev profile image
Ryan Will

At the moment I do. I used Sublime and then VSCode before. Both with Vim key bindings.

I had trouble getting Vim configured to my liking so I always went back to a graphical editor. But kept the keybindings because they make me feel super-human 😄

This time switched to neovim and decided to build up my config as I ran into pain points. I love being able to fully customize every aspect of the editor despite having to use vimscript yo do it.