need dist for plugins
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
4
dist/shared/tmux/tmux-utils/environment.d.ts
vendored
Normal file
4
dist/shared/tmux/tmux-utils/environment.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export type SplitDirection = "-h" | "-v";
|
||||
export declare function isInsideTmuxEnvironment(environment: Record<string, string | undefined>): boolean;
|
||||
export declare function isInsideTmux(): boolean;
|
||||
export declare function getCurrentPaneId(): string | undefined;
|
||||
Reference in New Issue
Block a user