Skip to content

Instantly share code, notes, and snippets.

@krishbhanushali
Created July 31, 2021 03:32
Show Gist options
  • Save krishbhanushali/2bab6264a36d9b60309b842b552e72b9 to your computer and use it in GitHub Desktop.
Save krishbhanushali/2bab6264a36d9b60309b842b552e72b9 to your computer and use it in GitHub Desktop.
Command function
X Deletes the character before the cursor location
x or dl Deletes the character at the cursor location
dw Deletes the current word at the cursor location
dd Deletes the whole line at the cursor location
d^ Deletes from current cursor location to the beginning of the line
d$ Deletes from current cursor location to the end of the line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment