Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ruph committed Apr 6, 2012
1 parent 4b8275a commit e0b0192
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,27 @@ KEY BINDINGS


### EDITOR ###
* **C+<space>** - normal selection
* **C+RET** - rectangular selection
* **M+<up>** - move line up
* **M+<down>** - move line down
* **C+S+<right>** - indent
* **C+S+<left>** - outdent
* **S+TAB** - outdent
* **C+k** - delete to the end of the line
* **C+;** - delete to the begining of the line
* **C+l** - goto line
* **M+<space>** - delete excessive spaces
* **C+space** - normal selection
* **C+RET** - rectangular selection
* **M+up** - move line up
* **M+down** - move line down
* **C+S+right** - indent
* **C+S+left** - outdent
* **S+TAB** - outdent
* **C+k** - delete to the end of the line
* **C+;** - delete to the begining of the line
* **C+l** - goto line
* **M+space** - delete excessive spaces


### EDITOR :: SEARCH ###
* **F7** - search files
* **S+F7** - search in files
* **C+S** - search in current buffer
* **C+R** - search backwards in current buffer
* **M+C+S** - regex search in current buffer
* **M+%** - search & replace in current buffer
* **C+M+%** - regex search & replace in current buffer
* **F3** - find next symbol in buffer
* **S+F3** - find previous symbol in buffer
* **C+F3** - highlight word in buffer
Expand Down

0 comments on commit e0b0192

Please sign in to comment.