-
Notifications
You must be signed in to change notification settings - Fork 0
Helix
Kenichi Kamiya edited this page Aug 17, 2024
·
30 revisions
You should remember different keybindings and commands from vim
-
i,a# Insert mode before/after.IandAare the line versions -
/# Search mode -
v# Select mode -
x# Select current line -
w,e,b# Select and move around current words -
g d# Goto Definition. Useable since enabling LSP -
Space y# Copy to clipboard -
Space p# Paste from clipboard -
u# Undo, andUvice versa -
d# Delete current selection -
Ctrl+w# Window mode,v- vsplit,s- hsplit,q- close the window