Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| helix:helix [2026/03/03 14:21] – [SPLITS AND WINDOW MODE] v1ctor | helix:helix [2026/04/21 12:52] (current) – [MOTION] v1ctor |
|---|
| ''eb'' - selects the whole word\\ | ''eb'' - selects the whole word\\ |
| |
| | ''gw'' - GOTO WORD. It will create two letters at the start of every word in sight. When you type those two letters, you instantly jump to the specified word. |
| ==== SELECTION ==== | ==== SELECTION ==== |
| |
| '':vsplit <filename> '' - opens <filename> in a vertical split (or same file if no name passed)\\ | '':vsplit <filename> '' - opens <filename> in a vertical split (or same file if no name passed)\\ |
| '':hsplit <filename> '' - opens <filename> in a horizontal split (or same file if no name passed)\\ | '':hsplit <filename> '' - opens <filename> in a horizontal split (or same file if no name passed)\\ |
| | |
| | ''Space + w'' or ''Ctrl + w'' - opens a Windows mode. Here you can switch between splits. |
| | |
| | ''hx --vsplit pylint.sh README.md'' - opens two files in split from the command line. |
| | |
| | ''Ctrl + v'' - opens file from the picket into the vertical split. |