vim

Setting off showcmd in vim


I am trying to configure vim to my needs and I find the output bar at the bottom-left pretty unnecessary and annoying and definetly slowing down my efficiency. I would just like to completly remove it throught my configuration file. Any help would be greatly appreciated!


Solution

  • You can do it with this command:

    :set noshowcmd
    

    If you allways want this option, you can add to your .vimrc file.