User Tools

Site Tools


helix:helix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
helix:helix [2026/02/11 09:05] – [SELECTION] v1ctorhelix:helix [2026/04/21 12:52] (current) – [MOTION] v1ctor
Line 7: Line 7:
 ''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 ====
  
Line 26: Line 27:
 ==== SELECT COMMAND ==== ==== SELECT COMMAND ====
  
-''s'' - selects matches in the selection. First you need to have some text selected and then press ''s''. Prompt will appear.+''s'' - selects matches in the selection. First you need to have some text selected and then press ''s''. Prompt will appear. You can use regex in the prompt.
 ==== MULTIPLE CURSORS ==== ==== MULTIPLE CURSORS ====
  
Line 57: Line 58:
  
 ''c'' - type c for change and put in a new text. Press ''Enter''. To get rig of the multiple selections press a coma key '','' ''c'' - type c for change and put in a new text. Press ''Enter''. To get rig of the multiple selections press a coma key '',''
 +
 +==== REPLACE WITH YANKED TEXT ====
 +
 +''R'' - replaces the selection with yanked text
 +
 +==== SPLITS AND WINDOW MODE ====
 +
 +'':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)\\ 
 +
 +''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.
helix/helix.1770800720.txt.gz · Last modified: by v1ctor