How can I add ~/.vimrc
to ~/.ideavimrc
? I've used the command source ~/.vimrc
in
~/.ideavimrc
file.
~/.vimrc file
command! Wq :wq
~/.ideavimrc file
source ~/.vimrc
When I type my own command Wq
in webstorm I get something like this: Unexpected character ':' in range |:wq. How can I achieve this? Any help will highly appreciated.