mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
13 lines
217 B
Plaintext
13 lines
217 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
|
|
|
|
set keymap vi-insert
|
|
# these are for vi-insert mode
|
|
Control-l: clear-screen
|
|
$endif
|