add keybind to get out of terminal in toggleterm

This commit is contained in:
jacekpoz 2024-04-28 18:40:05 +02:00
parent 93e517e216
commit 466a83e6cb
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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 = {