Add configurable default vi mode (#660)

- `vi_default_mode` added
- supports `normal` and `insert`
This commit is contained in:
Varun Vasan V
2024-07-27 15:01:55 +05:30
committed by GitHub
parent 2b0301c1d0
commit a939b82179
4 changed files with 13 additions and 1 deletions

View File

@@ -19,6 +19,11 @@ clear_password = false
# Enable vi keybindings
vi_mode = false
# Default vi mode
# normal -> normal mode
# insert -> insert mode
vi_default_mode = normal
# The `fg` and `bg` color settings take a digit 0-8 corresponding to:
#define TB_DEFAULT 0x00
#define TB_BLACK 0x01