C-f
Move forward a character
C-b
Move backward a character
M-f
Move forward a word
M-b
Move backward a word
C-n
Move to next line
C-p
Move to previous line
C-a
Move to beginning of line
C-e
Move to end of line
M-a
Move back to beginning of sentence
M-e
Move forward to end of sentence
<DEL>
Delete the character just before the cursor
C-d
Delete the next character after the cursor
M-<DEL>
Kill the word immediately before the cursor
M-d
Kill the next word after the cursor
C-k
Kill from the cursor position to end of line
M-k
Kill to the end of the current sentence
C-b
evil-scroll-page-up
C-f
evil-scroll-page-down
C-u
evil-scroll-up
C-d
evil-scroll-down
C-y
evil-scroll-line-up
C-e
evil-scroll-line-down
SPC w b
return focus to the (helm) minibuffer
SPC w w
cycle and focus between windows
SPC f y
show and copy current file absolute path in the minibuffer
SPC s s
helm-swoop, really useful!
-Gts keyword
in helm-project-smart-do-search
, search by ‘keyword’ in ‘.js’ extension
SPC o
switch through sources. E.g: SPC h SPC
followed by SPC o
SPC F1
Fussy search(SPC h d f
is not fussy) among emacs…things.
SPC h k
show top-level bindings with which-key