Giter VIP home page Giter VIP logo

emacsfiles's Introduction

C               ctrl key
M               meta key (alt or esc)
M-!             execute bash command
M-x             execute emacs function
C-n             next line down
C-p             previous line up
C-f             forward one character right
C-b             back one character left
M-f             forward one word right
M-b             back one word left
C-v             page-down
M-v             page-up
M-<             jump to first line of file
M->             jump to last line of file
C-a             home / toggle beginning of line and first non-empty char
C-e             end / last character of a line
C-Shift-Back    delete current line

C-x h           select whole file
C-Shift-right   indent block one space to the right
C-Shift-left    indent block one space to the left
C-x C-x         re-select last marked block

C-s             search text forward
C-r             search text backwards
C-%             replaces text (replace results using (y)-yes, (n)-no, (!)-repeat for all
M-x rgrep       find text inside files in a base directory recursively
M-x find-dired  find files by name in a base directory

C-space         start selection mark
C-w             cut the selected text
M-w             copy the selected text
C-y             paste the text in the clipboard

C-x u           undo batch changes

F6              toggle display line numbers
F7              toggle display invisibles and whitespace
F8              toggle neotree
F9              toggle flycheck syntax checker
F11             toggles fullscreen

C-x C-f         opens a file
C-x o           jumps to other frame/window
C-x k           kill current buffer
C-x C-b         show all buffers ("d" to mark those to be deleted, "x" to remove them)

C-x 1           maximize current frame and close all others
C-x 2           open new frame vertically
C-x 3           open new frame horizontally
C-x 0           close current frame
C-g             cancel command

C-x-c           exit emacs

emacsfiles's People

Contributors

gustavopezzi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.