Movement Flashcards
1
Q
Open in other window
A
C-x 4 f
find-file-other-window
.C-x 4 b
switch-to-buffer-other-window
.C-x 4 .
xref-find-definitions-other-window
2
Q
Move to the first non-white character on given line.
A
M-m
3
Q
Moving by s-expressions.
A
to fill and explain. `C-M-f` `C-M-b` `C-M-u` `C-M-d` `C-M-a` `C-M-f` previuos/next funcion definition. `C-M-k` `C-M-u C-M-k`
4
Q
Next/previous sentence
A
M-e
M-a
5
Q
Next/previous paragraph
A
M-}
M-{
6
Q
Beginning/end of buffer
A
M-
7
Q
Pop-up mark
A
C-u C-SPC
will move the pointer to a previous mark.