mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
16 lines
276 B
Plaintext
16 lines
276 B
Plaintext
$include /etc/inputrc
|
|
set editing-mode vi
|
|
$if mode=vi
|
|
|
|
set keymap vi-command
|
|
# these are for vi-command mode
|
|
Control-l: clear-screen
|
|
Control-a: beginning-of-line
|
|
|
|
set keymap vi-insert
|
|
# these are for vi-insert mode
|
|
Control-l: clear-screen
|
|
Control-a: beginning-of-line
|
|
|
|
$endif
|