feat: setup vim/helix init/deinit_command

This commit is contained in:
CJ van den Berg 2024-12-01 21:35:25 +01:00
parent 0de7086e82
commit 480487414e
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 6 additions and 4 deletions

View file

@ -1,8 +1,4 @@
{ {
"settings": {
"init_command": ["enter_flow_mode"],
"deinit_command": ["exit_flow_mode"]
},
"normal": { "normal": {
"press": [ "press": [
["ctrl+e", "open_recent"], ["ctrl+e", "open_recent"],

View file

@ -1,5 +1,7 @@
{ {
"settings": { "settings": {
"init_command": ["enter_helix_mode"],
"deinit_command": ["exit_helix_mode"],
"fallback": "vim" "fallback": "vim"
}, },
"normal": { "normal": {

View file

@ -1,4 +1,8 @@
{ {
"settings": {
"init_command": ["enter_vim_mode"],
"deinit_command": ["exit_vim_mode"]
},
"normal": { "normal": {
"syntax": "vim", "syntax": "vim",
"on_match_failure": "ignore", "on_match_failure": "ignore",