:scriptnames list all the .vim files that Vim loaded for you, including your .vimrc file. :e $MYVIMRC open & edit the current .vimrc that you are using, then use Ctrl + G to view the path in status bar. Share Follow edited Dec 30, 2019 at 15:34 mit 11.2k1111 gold badges...
In addition, I would like to be portable if possible (Work on windows for example). What's the good practice to do that ? Have you seen how configuration files work? Read up on "rc" files, as they're sometimes called. "bashrc", "vimrc", etc. There's usually a multi-step search...
to be on a particular VLAN, put the port the device is connected to into untagged mode for whatever VLAN you want, and the traffic from that device will be tagged with the VLAN ID. Tagged ports are trunked ports, that is you can assign multiple VLANs to a port and it will allow ...
Running vim -N sets Vim in "nocompatible" mode, which drops strict backwards compatibility with the original vi in favor of better features. Unless you know that you need (or want) backwards compatibility, it's better to go with the features. If you have a .vimrc file in the first plac...