Claude Code works best when your terminal is properly configured. Follow these guidelines to optimize your experience.
/config
command.
\
followed by Enter to create a newline/terminal-setup
within Claude Code to automatically configure Shift+Enter.
/vim
or configured via /config
.
The supported subset includes:
Esc
(to NORMAL), i
/I
, a
/A
, o
/O
(to INSERT)h
/j
/k
/l
, w
/e
/b
, 0
/$
/^
, gg
/G
x
, dw
/de
/db
/dd
/D
, cw
/ce
/cb
/cc
/C
, .
(repeat)