add keybind to get out of terminal in toggleterm
This commit is contained in:
parent
93e517e216
commit
466a83e6cb
1 changed files with 7 additions and 0 deletions
|
@ -53,6 +53,13 @@ in {
|
|||
silent = true;
|
||||
};
|
||||
};
|
||||
terminal = {
|
||||
# get out of terminal mode in toggleterm
|
||||
"<ESC>" = {
|
||||
action = "<C-\\><C-n>";
|
||||
silent = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
filetree.neo-tree = {
|
||||
|
|
Loading…
Reference in a new issue