18 lines
548 B
Markdown
18 lines
548 B
Markdown
# Working with prose:
|
|
( ) - move to the previous or next sentence
|
|
{} - move to the previous or next paragraph
|
|
vis - select the current sentence
|
|
c) or c( - change to the beginning or end of the sentence
|
|
f'x' and F'x' - find forwards and find backwards. Move to next or prev 'x'.
|
|
J - join lines
|
|
|
|
# Working with tabs and windows
|
|
## Creating and closing tabs
|
|
':tabnew' to open a new tab
|
|
':tabc(lose)' to close a tab. Can also maybe use q?
|
|
'gt' cycle between tabs
|
|
|
|
## Windows
|
|
'alt-v' to vertically split with a terminal
|
|
|
|
':terminal' opens a new terminal |