SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[vi] Is there a short cut for going back to the beginning of a file by vi editor?
Home
Question
Is there a short cut for going back to the beginning of a file by vi editor?
Go to the bottom of the file
G
Shift
+
g
Go to the top of the file
g
+
g
Examples related to
vi
•
How to run vi on docker container?
•
Find and replace strings in vim on multiple lines
•
How can I delete multiple lines in vi?
•
Is there a short cut for going back to the beginning of a file by vi editor?
•
vi/vim editor, copy a block (not usual action)
•
How to go back (ctrl+z) in vi/vim
•
How do I exit the Vim editor?
•
vim line numbers - how to have them on by default?
•
Go to beginning of line without opening new line in VI
•
How to take off line numbers in Vi?
Examples related to
shortcut
•
Collapse all methods in Visual Studio Code
•
How do I create a shortcut via command-line in Windows?
•
window.close() doesn't work - Scripts may close only the windows that were opened by it
•
How to automatically generate getters and setters in Android Studio
•
How to update gradle in android studio?
•
Is there a short cut for going back to the beginning of a file by vi editor?
•
How to create a shortcut using PowerShell
•
How do I call a function twice or more times consecutively?
•
Eclipse comment/uncomment shortcut?
•
2D array values C++