terminal - How to set vim key mapping to normal? -
terminal - How to set vim key mapping to normal? -
i know "normal" subjective term, know mean. i'm on mac. want "delete" backspace, hitting left @ origin of line jumps end of previous line, , other keys i'm used to. i'm typing right now. there simple way , still able utilize terminal non-gui version without having remap each key individually? please no "get used it" answers. need 1 class. don't want used it. :) terminal type (or whatever phone call it) xterm-256color/tcsh.
you should take @ vim's easy mode - start vim -y
flag(or run evim
) create behave regular text editor.
when in easy mode, in insert mode. if ever need regular vim commands, utilize ctrl-l
come in vim's normal mode, or ctrl-o
come in single normal mode command , homecoming insert mode.
more info in :help easy
, :help evim-keys
.
vim terminal
Comments
Post a Comment