Introduction
1.
nvim and ZZ
2.
hjkl
API Reference
3.
Cursor
❱
3.1.
Get Cursor Position
3.2.
Set Cursor Position
3.3.
Move Cursor with Line Number
3.4.
Move Cursor Up or Down
❱
3.4.1.
using nvim_win_set_cursor
3.4.2.
using feedkeys
4.
Keymap
❱
4.1.
Set Keymap to Lua Function
5.
Text
❱
5.1.
Get Current Line
Lua Reference
6.
Lua
❱
6.1.
Meta Methods
❱
6.1.1.
__index
❱
6.1.1.1.
Lazy Loading
6.1.1.2.
Default User Config
6.1.2.
__call
❱
6.1.2.1.
Logger
6.1.2.2.
Matrices
Referencia API
7.
Cursor
❱
7.1.
Obtener la Posición del Cursor
7.2.
Establecer la Posición del Cursor
7.3.
Mover el Cursor con el número de línea
7.4.
Mover el Cursor hacia arriba o abajo
7.5.
Mover el Cursor hacia arriba o abajo 2
Light
Rust
Coal
Navy
Ayu
Learn Neovim The-Hard-Way
How to Move the Cursor Up or Down Using Neovim's Lua API
There are two ways to move the cursor up or down using Neovim's Lua API:
using nvim_win_set_cursor
using feedkeys