diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-11 18:23:12 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-11 18:23:12 +0200 |
commit | 229b7702133999850aa37803a26a2f14282094db (patch) | |
tree | a0e1a27f0ec885372c02027df8b080d6619ae763 /config/extra/tridactyl | |
parent | 2e0971fa8ab391849287bf9b8e76676115886539 (diff) |
[tridactylrc] added modeindactor settings
Diffstat (limited to 'config/extra/tridactyl')
-rw-r--r-- | config/extra/tridactyl/tridactylrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/extra/tridactyl/tridactylrc b/config/extra/tridactyl/tridactylrc index 2de07b4..f7e1935 100644 --- a/config/extra/tridactyl/tridactylrc +++ b/config/extra/tridactyl/tridactylrc @@ -60,3 +60,11 @@ bind gpdy tabopen http://debuc.com:9010 " For syntax highlighting see https://github.com/tridactyl/vim-tridactyl " vim: set filetype=tridactyl + +modeindicatormodes.normal true +set modeindicatormodes.insert true +set modeindicatormodes.input true +set modeindicatormodes.ignore false +set modeindicatormodes.ex true +set modeindicatormodes.hint true +set modeindicatormodes.visual true |