Friday, 27 September 2013

epsilon shortcut keys.

epsilon short cut keys.


    <Left> Ctrl-B  Move backward a character <Right> Ctrl-F  Move forward a character

    Ctrl-<Right> Alt-F   Move forward a word
    Ctrl-<Left> Alt-B   Move backward a word

    <Down> Ctrl-N  Move to next line
    <Up> Ctrl-P  Move to previous line

    Alt-<Left> Ctrl-A  Move to beginning of line
    Alt-<Right> Ctrl-E  Move to end of line

    Ctrl-<Up> Alt-A   Move back to beginning of sentence
    Ctrl-<Down> Alt-E   Move forward to end of sentence

    Ctrl-<Home> Alt-<   Go to beginning of file
    Ctrl-<End> Alt->   Go to end of file
    <Backspace> delete the character just before the cursor
    Ctrl-D or <Del> delete the next character after the cursor

    Alt-<Backspace> kill the word immediately before the cursor
    Alt-D kill the next word after the cursor

    Ctrl-K kill from the cursor position to end of line
    Alt-K kill to the end of the current sentence
    Ctrl-X Ctrl-F Find a file
    Ctrl-X Ctrl-S Save the file
    Ctrl-X Character eXtend.  Followed by one character.
    Alt-X Named command eXtend.  Followed by a long name.
    Ctrl-X Ctrl-F Find file.
    Ctrl-X Ctrl-S Save file.
    Ctrl-X Ctrl-Z Quit Epsilon.  This does NOT save your file.

No comments:

Post a Comment