feat: setup vim/helix init/deinit_command
This commit is contained in:
parent
0de7086e82
commit
480487414e
3 changed files with 6 additions and 4 deletions
|
@ -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"],
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"init_command": ["enter_helix_mode"],
|
||||||
|
"deinit_command": ["exit_helix_mode"],
|
||||||
"fallback": "vim"
|
"fallback": "vim"
|
||||||
},
|
},
|
||||||
"normal": {
|
"normal": {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue