Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 200 Bytes

build-your-terminal.md

File metadata and controls

13 lines (11 loc) · 200 Bytes
  1. install vim
apt install vim
  1. to enable vi-mode in terminal, create the file /etc/.inputrc and add the following lines:
set editing-mode vi
set keymap vi-command