Skip to content

Instantly share code, notes, and snippets.

@italosantana
Last active February 17, 2023 11:59
Show Gist options
  • Save italosantana/472f8f85558172d81f10783834b03ff1 to your computer and use it in GitHub Desktop.
Save italosantana/472f8f85558172d81f10783834b03ff1 to your computer and use it in GitHub Desktop.
I'm documenting my lunarvim commands.
> create new file
rm remove file
u: undo
ctrl + r: redo
:!mv {current_file} {new_name}
shift+tab -> switch open tabs
dd -> delete line
gcc -> comment line
shift + up arrow -> faster to up page
shift + down arrow -> faster to down page
space + s + f -> search file
space + s + t -> search text in the repository
:%substitute/oldWorld/newWord/ -> replace text
ctrl + alt + l -> clear terminal and seems like using command clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment