notes/os/editors/vim/vim-mode-insert.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

30 строки
452 B
Plaintext

:h Insert-mode
Help on the insert/replace mode
:h i_
Help on all the keys in insert-mode
C-o
Temporarily get out (for one subsequent command).
:inoremap <C-K> <C-O>D
Delete to end of line, bash-style
Shifting:
C-t / C-d
Shift a current line to the right/left (indentation).
C-n/p
Complete a word (next/prev match).
C-x + C-l/C-f
Complete entire line/filename
C-W/C-H
backspace
C-k
start digraph inserting mode
Ctrl-X mode
:h i_CTRL-X