www.delorie.com/gnu/docs/oleo/oleo_16.html   search  
 
Buy GNU books!


Oleo

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

1.6.3 Moving long distances

These commands move over large areas of the spreadsheet, so they first set the mark to the current cell before moving (if it's not already set). You can thus jump back to where you were with C-x C-x (exchange-point-and-mark).

M-<
Go to the upper left cell (4). (upper-left)

M->
Go to lower right cell. The lower right cell is the cell in the rightmost column that has a value, and the lowermost row that has a value. There might not be any value in the lower right cell. (lower-right)

C-a
Go to the beginning of the row. With a C-u prefix argument n, it also moves n-1 (5) rows down first. (beginning-of-row)

C-e
Go to the last cell of the current row (that has a value). A C-u prefix is also accepted. (end-of-row)
M-C-a
Go to the beginning of the column. (beginning-of-column)
M-C-e
Go to the last cell of the current column. (end-of-column)


  webmaster   donations   bookstore     delorie software   privacy  
  Copyright © 2003   by The Free Software Foundation     Updated Jun 2003