Add more keybindings for doom-emacs
This commit is contained in:
parent
51b5abc3c4
commit
3cfc3a8644
@ -54,3 +54,24 @@ Open new empty buffer
|
|||||||
|
|
||||||
Save buffer
|
Save buffer
|
||||||
`SPC b s`
|
`SPC b s`
|
||||||
|
|
||||||
|
## Quickly move to start/end of a document
|
||||||
|
|
||||||
|
Start of document
|
||||||
|
`gg`
|
||||||
|
|
||||||
|
End of document
|
||||||
|
`G`
|
||||||
|
|
||||||
|
# Evil Snipe
|
||||||
|
|
||||||
|
Move to next occurence of one letter
|
||||||
|
`f (letter)`
|
||||||
|
|
||||||
|
Move to previous occurence of one letter
|
||||||
|
`F (letter)`
|
||||||
|
|
||||||
|
`;` continue in that direction
|
||||||
|
`,` go in the opposite direction
|
||||||
|
|
||||||
|
`s (letter)` or `S (letter)` for occurences of two letters
|
||||||
|
Loading…
Reference in New Issue
Block a user