The "-" key goes up a line in vim -


when hit "-" key on keyboard vim goes line. .vimrc blank , when type in :map - vim says "no mappings found." have no idea causing this. using mac—could terminal.app problem?

thanks

from :help - (it isn't mapped, motion command)

-  <minus>      [count] lines upward, on first non-blank             character |linewise|. 

and + same downward.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -