summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-10-17 11:55:38 +0200
committerGitHub <noreply@github.com>2023-10-17 11:55:38 +0200
commit69eb904426e64649fc7228b0d6803469911267d7 (patch)
treea4c1448de8301f91856917dfcbe3c0f13d0e25ae /zellij-utils/src
parent8378f146c124e40ceed1f63628b9254bafe19c2f (diff)
feat(panes): Add an option to press <ESC> and drop to shell in command panes (#2872)
* feat(panes): ESC to drop to default shell on command panes * style(fmt): rustfmt
Diffstat (limited to 'zellij-utils/src')
-rw-r--r--zellij-utils/src/errors.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/zellij-utils/src/errors.rs b/zellij-utils/src/errors.rs
index cee983914..2f5cfc2d4 100644
--- a/zellij-utils/src/errors.rs
+++ b/zellij-utils/src/errors.rs
@@ -362,6 +362,7 @@ pub enum PtyContext {
ClosePane,
CloseTab,
ReRunCommandInPane,
+ DropToShellInPane,
SpawnInPlaceTerminal,
DumpLayout,
LogLayoutToHd,