Skip to content

Instantly share code, notes, and snippets.

@nerdess
Last active December 18, 2015 00:09
Show Gist options
  • Select an option

  • Save nerdess/5694077 to your computer and use it in GitHub Desktop.

Select an option

Save nerdess/5694077 to your computer and use it in GitHub Desktop.

Revisions

  1. nerdess revised this gist Sep 2, 2014. 1 changed file with 20 additions and 3 deletions.
    23 changes: 20 additions & 3 deletions Useful commands
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,27 @@
    What is M-X?
    Press Esc+X


    Toggle between open windows ("buffers")

    Strg+x o
    Ctrl+x o

    Find something

    Strg+s
    Ctrl+s (forwards)
    Ctrl+r (backwards)

    Continue pressing s or r to jump between found items

    Undo
    Strg+x u
    Ctrl+x u

    Mark a piece of text
    Ctrl+Space

    Copy a piece of text
    M+w

    Paste a piece of text
    Ctrl+y

  2. nerdess revised this gist Jun 2, 2013. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion Useful commands
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,7 @@ Toggle between open windows ("buffers")

    Find something

    Strg+s
    Strg+s

    Undo
    Strg+x u
  3. nerdess revised this gist Jun 2, 2013. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion Useful commands
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,7 @@
    Toggle between open windows ("buffers")

    Strg+x o
    Strg+x o

    Find something

    Strg+s
  4. nerdess renamed this gist Jun 2, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. nerdess created this gist Jun 2, 2013.
    3 changes: 3 additions & 0 deletions emacs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    Toggle between open windows ("buffers")

    Strg+x o