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

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -