DEV Community

Discussion on: Use external programs like git in Neovim commands

Collapse
 
danrot90 profile image
Daniel Rotter

Yeah, creating your own Vim commands is also something really nice :-) Whether or not I do that depends a bit on my personal intuition. E.g. for the git command I would not like to do that, because I prefer to use them in the exact same way as on the command line, this way I don't have to remember two different ways of doing the same thing 🙂