diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..653fec1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize all text files to LF in the repo, convert to native on checkout. +* text=auto eol=lf diff --git a/crates/conch_tauri/frontend/types/KeyboardShortcuts.ts b/crates/conch_tauri/frontend/types/KeyboardShortcuts.ts index 22de0d1..dd5f9e6 100644 --- a/crates/conch_tauri/frontend/types/KeyboardShortcuts.ts +++ b/crates/conch_tauri/frontend/types/KeyboardShortcuts.ts @@ -3,4 +3,4 @@ /** * Keyboard shortcuts exposed to the frontend. */ -export type KeyboardShortcuts = { toggle_right_panel: string, toggle_left_panel: string, toggle_bottom_panel: string, split_vertical: string, split_horizontal: string, close_pane: string, rename_tab: string, }; +export type KeyboardShortcuts = { new_plain_shell_tab: string, toggle_right_panel: string, toggle_left_panel: string, toggle_bottom_panel: string, split_vertical: string, split_horizontal: string, close_pane: string, rename_tab: string, manage_tunnels: string, };