Ejemplo 1: cómo ir al principio del archivo en vim
Type "gg" in command mode. This brings the cursor to the first line
NOTE:
in linux terminal, open a file with vim like below.
vim file.c
In command mode (press Esc if you are not sure) you can use.
type "gg", then cursor will point to the first line first character in file.c file
Ejemplo 2: vim se mueve a la última línea que editó
# Basic syntax:
`.
Ejemplo 3: vijm salta al final del archivo
Move cursor to end of file in vim
In short press the Esc key and then press Shift + G to move cursor
to end of file in vi or vim text editor under Linux and Unix-like systems
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)