home/editor: Insert tabs with Ctrl+i
This commit is contained in:
parent
aded37188c
commit
bb38beb912
1 changed files with 32 additions and 25 deletions
|
@ -29,7 +29,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
keys.normal = {
|
||||
keys = {
|
||||
normal = {
|
||||
minus = "command_mode";
|
||||
|
||||
r = "move_char_left";
|
||||
|
@ -63,6 +64,12 @@
|
|||
";" = "search_next";
|
||||
":" = "search_prev";
|
||||
};
|
||||
|
||||
insert = {
|
||||
"C-i" = "smart_tab";
|
||||
"C-S-i" = "insert_tab";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue