Skip to content

Instantly share code, notes, and snippets.

@arthurfranca
Created April 24, 2013 18:00
Show Gist options
  • Save arthurfranca/5454142 to your computer and use it in GitHub Desktop.
Save arthurfranca/5454142 to your computer and use it in GitHub Desktop.
command emacs -> alt + x
diretorios -> ctrl + x, ctrl + f (ctrl + d para ver diretorios)
dividir janela -> ctrl + x + 2 (horizontal)
dividir janela -> ctrl + x + 3 (vertical)
sumir com divisoes de janela -> ctrl + x + 0
visualizar buffer -> ctrl + x + b
fechar buffer -> ctrl + w
navegar pelas janelas -> shift + setas
colorir sintaxe -> command ruby-mode
salvar -> ctrl + x + s
busca -> ctrl + s
replace all -> F8
selecionar texto -> ctrl + space
copiar/colar -> ctrl + c / ctrl + v
apagar uma linha -> ctrl + k
comentar -> selecionar, ctrl + /
fechar emacs -> ctrl + q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment