nvim

Neovim, a programmer's text editor based on Vim, provides several…

nvim

Neovim, a programmer's text editor based on Vim, provides several modes for different kinds of text manipulation. Pressing i enters edit mode. <Esc> goes back to normal mode, which doesn't allow regular text insertion. More information: https://neovim.io.

nvim {{file}}

<Esc>i

<Esc>{{yy|dd}}

<Esc>u

<Esc>/{{search_pattern}}<Enter>

<Esc>:%s/{{pattern}}/{{replacement}}/g<Enter>

<Esc>:wq<Enter>

<Esc>:q!<Enter>

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← nvidia-smi nvm →