Change syntax of jump to col,row instead of row,col to make it consistent with the internal data structures, document it in commandmode

This commit is contained in:
Michael Stapelberg
2009-03-30 09:27:58 +02:00
parent 79e5d5f29d
commit 12fa69329a
2 changed files with 6 additions and 2 deletions

View File

@ -17,6 +17,10 @@ with := <w> { [ <times> ] <where> }+ <space> <cmd>
oder
jump := <workspace> [ <column> <row> ]
oder
special := [ exec <path> | kill | exit | restart ]
an jeder Stelle kann mit escape abgebrochen werden