Sublime Forum

Documentation bug

#1

I believe there is a bug in the documentation on:

sublimetext.com/docs/commands

nextView and prevView should be next_view and prev_view, respectively.

I ran into this when setting up the following user-specific key bindings on OS X (which I think would make nice defaults!):

  {
  	"keys": "ctrl+pageup"],
  	"command": "prev_view"
  },
  {
  	"keys": "ctrl+pagedown"],
  	"command": "next_view"
  }
]
0 Likes

#2

There are lots of bugs in the docs :smile:

That’s because those are the docs for Sublime Text 1. Since Sublime Text 2 is still in “beta,” documentation is scare. The best resource you can find is made by Guillermo, a volunteer. You can find his docs here: docs.sublimetext.info/

0 Likes