Last active
February 17, 2023 11:59
-
-
Save italosantana/472f8f85558172d81f10783834b03ff1 to your computer and use it in GitHub Desktop.
I'm documenting my lunarvim commands.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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