Git Product home page Git Product logo

spacemacs-cheatsheet's Introduction

spacemacs-cheatsheet

Navigation

Action Keys
up,down,left,right k,j,h,l
top of buffer gg
bottom of buffer G
beginning of line 0
first char of line ^
end of line $
goto line N SPC y N
goto line SPC y
start of next word w
end of current word e

Searching

Action Keys
first char search SPC SPC
start search /
next match n
previous match N
goto corresponding (, {, [ %
next occurrence of word *
prev occurrence of word #

Editing

| Action | Keys | |------------------------------+-------------| | replace character | r | | insert mode | i | | append mode | a | | insert at start of line | I | | insert at end of line | A | | delete character | x | | open new line below | o | | open new line above | O | | delete to end of line | d$ | | delete to end of word | de | | delete to start of next word | dw | | delete current line | dd | | replace current word | ciw | | replace to end of word | cw | | yank current selection | y | | paste | p | | undo | u | | redo | C-r |

Selection

Action Keys
initial expand SPC v
expand more v
select within () vi(
select () va(

Buffers and files

Action Keys
my helm buffers SPC bb
save buffer SPC fs
open file SPC ff

Misc

| Action | Keys | |------------------------+------------| | repeat last command | . | | repeat command N times | N | | un/comment region | M-; |

Magit

| Action | Keys | |------------------------+------------| | discard | x |

spacemacs-cheatsheet's People

Contributors

abingham avatar

Stargazers

Damiano Giacomello avatar Oleg Pykhalov avatar

Watchers

 avatar James Cloos 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.