.. _commands-euporie-start: .. option:: quit :title: Quit :description: Quit euporie. .. option:: q :title: Quit :description: Quit euporie. .. option:: force-quit :title: Force quit :description: Quit euporie without saving any changes. .. option:: q! :title: Force quit :description: Quit euporie without saving any changes. .. option:: open-file :title: Open file :description: Open a file. .. option:: o :title: Open file :description: Open a file. .. option:: close-tab :title: Close tab :description: Close the current tab. .. option:: bc :title: Close tab :description: Close the current tab. .. option:: next-tab :title: Next tab :description: Switch to the next tab. .. option:: bn :title: Next tab :description: Switch to the next tab. .. option:: previous-tab :title: Previous tab :description: Switch to the previous tab. .. option:: bp :title: Previous tab :description: Switch to the previous tab. .. option:: focus-next :title: Focus next :description: Focus the next control. .. option:: focus-previous :title: Focus previous :description: Focus the previous control. .. option:: clear-screen :title: Clear screen :description: Clear the screen. .. option:: go-to :title: Go to :description: Go to a line or cell by number. .. option:: :title: Go to :description: Go to a line or cell by number. .. option:: type-key :title: Type key :description: Enter a key. .. option:: complete-bracket-() :title: Complete bracket () :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-() :title: Close bracket () :description: Create a new function with partial application of the given argumentsand keywords. .. option:: complete-bracket-[] :title: Complete bracket [] :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-[] :title: Close bracket [] :description: Create a new function with partial application of the given argumentsand keywords. .. option:: complete-bracket-{} :title: Complete bracket {} :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-{} :title: Close bracket {} :description: Create a new function with partial application of the given argumentsand keywords. .. option:: next-completion :title: Next completion :description: Show the completion menu and select the next completion. .. option:: previous-completion :title: Previous completion :description: Show the completion menu and select the previous completion. .. option:: cancel-completion :title: Cancel completion :description: Cancel a completion. .. option:: accept-completion :title: Accept completion :description: Accept a selected completion. .. option:: toggle-overwrite-mode :title: Toggle overwrite mode :description: Toggle overwrite when using micro editing mode. .. option:: start-macro :title: Start macro :description: Start recording a macro. .. option:: end-macro :title: End macro :description: Stop recording a macro. .. option:: run-macro :title: Run macro :description: Re-execute the last keyboard macro defined. .. option:: backspace :title: Delete previous character :description: Delete the character behind the cursor. .. option:: delete :title: Delete character :description: Delete character before the cursor. .. option:: backward-kill-word :title: Delete previous word :description: Delete the word behind the cursor, using whitespace as a word boundary. .. option:: backward-word :title: Move back one word :description: Move back to the start of the current or previous word. .. option:: forward-word :title: Move forward one word :description: Move forward to the end of the next word. .. option:: beginning-of-buffer :title: Move to the beginning of the input :description: Move to the start of the buffer. .. option:: end-of-buffer :title: Move to the end of the input :description: Move to the end of the buffer. .. option:: scroll-backward :title: Scroll backward :description: Scroll window up. .. option:: scroll-forward :title: Scroll forward :description: Scroll window down. .. option:: scroll-half-page-down :title: Scroll down half a page :description: Same as ControlF, but only scroll half a page. .. option:: scroll-half-page-up :title: Scroll up half a page :description: Same as ControlB, but only scroll half a page. .. option:: scroll-one-line-down :title: Scroll down one line :description: scroll_offset += 1. .. option:: scroll-one-line-up :title: Scroll up one line :description: scroll_offset -= 1. .. option:: move-cursor-left :title: Move cursor left :description: Move back a character, or up a line. .. option:: move-cursor-right :title: Move cursor right :description: Move forward a character, or down a line. .. option:: go-to-start-of-line :title: Go to start of line :description: Move the cursor to the start of the line. .. option:: go-to-end-of-line :title: Go to end of line :description: Move the cursor to the end of the line. .. option:: go-to-start-of-paragraph :title: Go to start of paragraph :description: Move the cursor to the start of the current paragraph. .. option:: go-to-end-of-paragraph :title: Go to end of paragraph :description: Move the cursor to the end of the current paragraph. .. option:: toggle-comment :title: Toggle comment :description: Comment or uncomments the current or selected lines. .. option:: wrap-selection-"" :title: Wrap selection in "" :description: Wraps the current selection with: "" .. option:: wrap-selection-'' :title: Wrap selection in '' :description: Wraps the current selection with: '' .. option:: wrap-selection-() :title: Wrap selection in () :description: Wraps the current selection with: () .. option:: wrap-selection-{} :title: Wrap selection in {} :description: Wraps the current selection with: {} .. option:: wrap-selection-[] :title: Wrap selection in [] :description: Wraps the current selection with: [] .. option:: wrap-selection-`` :title: Wrap selection in `` :description: Wraps the current selection with: `` .. option:: wrap-selection-** :title: Wrap selection in ** :description: Wraps the current selection with: ** .. option:: wrap-selection-__ :title: Wrap selection in __ :description: Wraps the current selection with: __ .. option:: wrap-selection-<> :title: Wrap selection in <> :description: Wraps the current selection with: <> .. option:: duplicate-line :title: Duplicate line :description: Duplicate the current line. .. option:: duplicate-selection :title: Duplicate selection :description: Duplicate the current selection. .. option:: paste-clipboard :title: Paste :description: Pate the clipboard contents, replacing any current selection. .. option:: copy-selection :title: Copy :description: Add the current selection to the clipboard. .. option:: cut-selection :title: Cut :description: Remove the current selection and adds it to the clipboard. .. option:: cut-line :title: Cut line :description: Remove the current line adds it to the clipboard. .. option:: move-lines-up :title: Move lines up :description: Move the current or selected lines up by one line. .. option:: move-lines-down :title: Move lines down :description: Move the current or selected lines down by one line. .. option:: accept-line :title: Accept line :description: Accept an input. .. option:: newline :title: Newline :description: Inert a new line, replacing any selection and indenting if appropriate. .. option:: indent-lines :title: Indent lines :description: Inndent the current or selected lines. .. option:: unindent-lines :title: Unindent lines :description: Unindent the current or selected lines. .. option:: unindent-line :title: Unindent line :description: Unindent the current or selected lines. .. option:: toggle-case :title: Toggle case :description: Toggle the case of the current word or selection. .. option:: undo :title: Undo :description: Undo the last edit. .. option:: redo :title: Redo :description: Redo the last edit. .. option:: select-all :title: Select all :description: Select all text. .. option:: start-selection :title: Start selection :description: Start a new selection. .. option:: extend-selection :title: Extend selection :description: Extend the selection. .. option:: replace-selection :title: Replace selection :description: Replace selection by what is typed. .. option:: delete-selection :title: Delete selection :description: Delete the contents of the current selection. .. option:: cancel-selection :title: Cancel selection :description: Cancel the selection. .. option:: go-to-matching-bracket :title: Go to matching bracket :description: Go to matching bracket if the cursor is on a paired bracket. .. option:: accept-suggestion :title: Accept suggestion :description: Accept suggestion. .. option:: fill-suggestion :title: Fill suggestion :description: Fill partial suggestion. .. option:: scroll-page-down :title: Scroll page down :description: Scroll page down (prefer the cursor at the top of the page, after scrolling). .. option:: scroll-page-up :title: Scroll page up :description: Scroll page up (prefer the cursor at the bottom of the page, after scrolling). .. option:: save-file :title: Save file :description: Save the current file. .. option:: w :title: Save file :description: Save the current file. .. option:: save-and-quit :title: Save and quit :description: Save the current tab then quits euporie. .. option:: wq :title: Save and quit :description: Save the current tab then quits euporie. .. option:: x :title: Save and quit :description: Save the current tab then quits euporie. .. option:: save-as :title: Save as :description: Save the current file at a new location. .. option:: refresh-tab :title: Refresh the current tab :description: Reload the tab contents and reset the tab. .. option:: reset-tab :title: Reset the current tab :description: Reset the current tab .. option:: toggle-version :title: Toggle version :description: Show the version number and exit .. option:: switch-log-level :title: Switch the log level :description: Switch the value of the "log_level" configuration option. .. option:: set-log-level-debug :title: Set the log level to debug :description: Set the value of the "log_level" configuration option to "debug" .. option:: set-log-level-info :title: Set the log level to info :description: Set the value of the "log_level" configuration option to "info" .. option:: set-log-level-warning :title: Set the log level to warning :description: Set the value of the "log_level" configuration option to "warning" .. option:: set-log-level-error :title: Set the log level to error :description: Set the value of the "log_level" configuration option to "error" .. option:: set-log-level-critical :title: Set the log level to critical :description: Set the value of the "log_level" configuration option to "critical" .. option:: switch-log-level-stdout :title: Switch the log level at which to log to standard output :description: Switch the value of the "log_level_stdout" configuration option. .. option:: set-log-level-stdout-debug :title: Set the log level at which to log to standard output to debug :description: Set the value of the "log_level_stdout" configuration option to "debug" .. option:: set-log-level-stdout-info :title: Set the log level at which to log to standard output to info :description: Set the value of the "log_level_stdout" configuration option to "info" .. option:: set-log-level-stdout-warning :title: Set the log level at which to log to standard output to warning :description: Set the value of the "log_level_stdout" configuration option to "warning" .. option:: set-log-level-stdout-error :title: Set the log level at which to log to standard output to error :description: Set the value of the "log_level_stdout" configuration option to "error" .. option:: set-log-level-stdout-critical :title: Set the log level at which to log to standard output to critical :description: Set the value of the "log_level_stdout" configuration option to "critical" .. option:: switch-clipboard :title: Switch clipboard :description: Switch the value of the "clipboard" configuration option. .. option:: set-clipboard-external :title: Set clipboard to external :description: Set the value of the "clipboard" configuration option to "external" .. option:: set-clipboard-internal :title: Set clipboard to internal :description: Set the value of the "clipboard" configuration option to "internal" .. option:: set-clipboard-terminal :title: Set clipboard to terminal :description: Set the value of the "clipboard" configuration option to "terminal" .. option:: switch-app :title: Switch app :description: Switch the value of the "app" configuration option. .. option:: set-app-console :title: Set app to console :description: Set the value of the "app" configuration option to "console" .. option:: set-app-edit :title: Set app to edit :description: Set the value of the "app" configuration option to "edit" .. option:: set-app-hub :title: Set app to hub :description: Set the value of the "app" configuration option to "hub" .. option:: set-app-notebook :title: Set app to notebook :description: Set the value of the "app" configuration option to "notebook" .. option:: set-app-preview :title: Set app to preview :description: Set the value of the "app" configuration option to "preview" .. option:: switch-edit-mode :title: Switch Editor key bindings :description: Switch the value of the "edit_mode" configuration option. .. option:: set-edit-mode-micro :title: Set Editor key bindings to micro :description: Set the value of the "edit_mode" configuration option to "micro" .. option:: set-edit-mode-emacs :title: Set Editor key bindings to emacs :description: Set the value of the "edit_mode" configuration option to "emacs" .. option:: set-edit-mode-vi :title: Set Editor key bindings to vi :description: Set the value of the "edit_mode" configuration option to "vi" .. option:: switch-tab-size :title: Switch tab size :description: Switch the value of the "tab_size" configuration option. .. option:: toggle-syntax-highlighting :title: Toggle syntax highlighting :description: Syntax highlighting .. option:: set-syntax-theme-euporie :title: Set syntax theme to euporie :description: Set the value of the "syntax_theme" configuration option to "euporie" .. option:: set-syntax-theme-abap :title: Set syntax theme to abap :description: Set the value of the "syntax_theme" configuration option to "abap" .. option:: set-syntax-theme-algol :title: Set syntax theme to algol :description: Set the value of the "syntax_theme" configuration option to "algol" .. option:: set-syntax-theme-algol_nu :title: Set syntax theme to algol_nu :description: Set the value of the "syntax_theme" configuration option to "algol_nu" .. option:: set-syntax-theme-arduino :title: Set syntax theme to arduino :description: Set the value of the "syntax_theme" configuration option to "arduino" .. option:: set-syntax-theme-autumn :title: Set syntax theme to autumn :description: Set the value of the "syntax_theme" configuration option to "autumn" .. option:: set-syntax-theme-bw :title: Set syntax theme to bw :description: Set the value of the "syntax_theme" configuration option to "bw" .. option:: set-syntax-theme-borland :title: Set syntax theme to borland :description: Set the value of the "syntax_theme" configuration option to "borland" .. option:: set-syntax-theme-coffee :title: Set syntax theme to coffee :description: Set the value of the "syntax_theme" configuration option to "coffee" .. option:: set-syntax-theme-colorful :title: Set syntax theme to colorful :description: Set the value of the "syntax_theme" configuration option to "colorful" .. option:: set-syntax-theme-default :title: Set syntax theme to default :description: Set the value of the "syntax_theme" configuration option to "default" .. option:: set-syntax-theme-dracula :title: Set syntax theme to dracula :description: Set the value of the "syntax_theme" configuration option to "dracula" .. option:: set-syntax-theme-emacs :title: Set syntax theme to emacs :description: Set the value of the "syntax_theme" configuration option to "emacs" .. option:: set-syntax-theme-friendly_grayscale :title: Set syntax theme to friendly_grayscale :description: Set the value of the "syntax_theme" configuration option to "friendly_grayscale" .. option:: set-syntax-theme-friendly :title: Set syntax theme to friendly :description: Set the value of the "syntax_theme" configuration option to "friendly" .. option:: set-syntax-theme-fruity :title: Set syntax theme to fruity :description: Set the value of the "syntax_theme" configuration option to "fruity" .. option:: set-syntax-theme-github-dark :title: Set syntax theme to github-dark :description: Set the value of the "syntax_theme" configuration option to "github-dark" .. option:: set-syntax-theme-gruvbox-dark :title: Set syntax theme to gruvbox-dark :description: Set the value of the "syntax_theme" configuration option to "gruvbox-dark" .. option:: set-syntax-theme-gruvbox-light :title: Set syntax theme to gruvbox-light :description: Set the value of the "syntax_theme" configuration option to "gruvbox-light" .. option:: set-syntax-theme-igor :title: Set syntax theme to igor :description: Set the value of the "syntax_theme" configuration option to "igor" .. option:: set-syntax-theme-inkpot :title: Set syntax theme to inkpot :description: Set the value of the "syntax_theme" configuration option to "inkpot" .. option:: set-syntax-theme-lightbulb :title: Set syntax theme to lightbulb :description: Set the value of the "syntax_theme" configuration option to "lightbulb" .. option:: set-syntax-theme-lilypond :title: Set syntax theme to lilypond :description: Set the value of the "syntax_theme" configuration option to "lilypond" .. option:: set-syntax-theme-lovelace :title: Set syntax theme to lovelace :description: Set the value of the "syntax_theme" configuration option to "lovelace" .. option:: set-syntax-theme-manni :title: Set syntax theme to manni :description: Set the value of the "syntax_theme" configuration option to "manni" .. option:: set-syntax-theme-material :title: Set syntax theme to material :description: Set the value of the "syntax_theme" configuration option to "material" .. option:: set-syntax-theme-monokai :title: Set syntax theme to monokai :description: Set the value of the "syntax_theme" configuration option to "monokai" .. option:: set-syntax-theme-murphy :title: Set syntax theme to murphy :description: Set the value of the "syntax_theme" configuration option to "murphy" .. option:: set-syntax-theme-native :title: Set syntax theme to native :description: Set the value of the "syntax_theme" configuration option to "native" .. option:: set-syntax-theme-nord-darker :title: Set syntax theme to nord-darker :description: Set the value of the "syntax_theme" configuration option to "nord-darker" .. option:: set-syntax-theme-nord :title: Set syntax theme to nord :description: Set the value of the "syntax_theme" configuration option to "nord" .. option:: set-syntax-theme-one-dark :title: Set syntax theme to one-dark :description: Set the value of the "syntax_theme" configuration option to "one-dark" .. option:: set-syntax-theme-paraiso-dark :title: Set syntax theme to paraiso-dark :description: Set the value of the "syntax_theme" configuration option to "paraiso-dark" .. option:: set-syntax-theme-paraiso-light :title: Set syntax theme to paraiso-light :description: Set the value of the "syntax_theme" configuration option to "paraiso-light" .. option:: set-syntax-theme-pastie :title: Set syntax theme to pastie :description: Set the value of the "syntax_theme" configuration option to "pastie" .. option:: set-syntax-theme-perldoc :title: Set syntax theme to perldoc :description: Set the value of the "syntax_theme" configuration option to "perldoc" .. option:: set-syntax-theme-rainbow_dash :title: Set syntax theme to rainbow_dash :description: Set the value of the "syntax_theme" configuration option to "rainbow_dash" .. option:: set-syntax-theme-rrt :title: Set syntax theme to rrt :description: Set the value of the "syntax_theme" configuration option to "rrt" .. option:: set-syntax-theme-sas :title: Set syntax theme to sas :description: Set the value of the "syntax_theme" configuration option to "sas" .. option:: set-syntax-theme-solarized-dark :title: Set syntax theme to solarized-dark :description: Set the value of the "syntax_theme" configuration option to "solarized-dark" .. option:: set-syntax-theme-solarized-light :title: Set syntax theme to solarized-light :description: Set the value of the "syntax_theme" configuration option to "solarized-light" .. option:: set-syntax-theme-staroffice :title: Set syntax theme to staroffice :description: Set the value of the "syntax_theme" configuration option to "staroffice" .. option:: set-syntax-theme-stata-dark :title: Set syntax theme to stata-dark :description: Set the value of the "syntax_theme" configuration option to "stata-dark" .. option:: set-syntax-theme-stata-light :title: Set syntax theme to stata-light :description: Set the value of the "syntax_theme" configuration option to "stata-light" .. option:: set-syntax-theme-tango :title: Set syntax theme to tango :description: Set the value of the "syntax_theme" configuration option to "tango" .. option:: set-syntax-theme-trac :title: Set syntax theme to trac :description: Set the value of the "syntax_theme" configuration option to "trac" .. option:: set-syntax-theme-vim :title: Set syntax theme to vim :description: Set the value of the "syntax_theme" configuration option to "vim" .. option:: set-syntax-theme-vs :title: Set syntax theme to vs :description: Set the value of the "syntax_theme" configuration option to "vs" .. option:: set-syntax-theme-xcode :title: Set syntax theme to xcode :description: Set the value of the "syntax_theme" configuration option to "xcode" .. option:: set-syntax-theme-zenburn :title: Set syntax theme to zenburn :description: Set the value of the "syntax_theme" configuration option to "zenburn" .. option:: switch-color-depth :title: Switch color depth :description: Switch the value of the "color_depth" configuration option. .. option:: set-color-depth-1 :title: Set color depth to 1 :description: Set the value of the "color_depth" configuration option to "1" .. option:: set-color-depth-4 :title: Set color depth to 4 :description: Set the value of the "color_depth" configuration option to "4" .. option:: set-color-depth-8 :title: Set color depth to 8 :description: Set the value of the "color_depth" configuration option to "8" .. option:: set-color-depth-24 :title: Set color depth to 24 :description: Set the value of the "color_depth" configuration option to "24" .. option:: toggle-multiplexer-passthrough :title: Toggle multiplexer passthrough :description: Use passthrough from within terminal multiplexers .. option:: switch-color-scheme :title: Switch color scheme :description: Switch the value of the "color_scheme" configuration option. .. option:: set-color-scheme-default :title: Set color scheme to default :description: Set the value of the "color_scheme" configuration option to "default" .. option:: set-color-scheme-inverse :title: Set color scheme to inverse :description: Set the value of the "color_scheme" configuration option to "inverse" .. option:: set-color-scheme-light :title: Set color scheme to light :description: Set the value of the "color_scheme" configuration option to "light" .. option:: set-color-scheme-dark :title: Set color scheme to dark :description: Set the value of the "color_scheme" configuration option to "dark" .. option:: set-color-scheme-black :title: Set color scheme to black :description: Set the value of the "color_scheme" configuration option to "black" .. option:: set-color-scheme-white :title: Set color scheme to white :description: Set the value of the "color_scheme" configuration option to "white" .. option:: set-color-scheme-custom :title: Set color scheme to custom :description: Set the value of the "color_scheme" configuration option to "custom" .. option:: switch-graphics :title: Switch graphics :description: Switch the value of the "graphics" configuration option. .. option:: set-graphics-none :title: Set graphics to none :description: Set the value of the "graphics" configuration option to "none" .. option:: set-graphics-sixel :title: Set graphics to sixel :description: Set the value of the "graphics" configuration option to "sixel" .. option:: set-graphics-kitty :title: Set graphics to kitty :description: Set the value of the "graphics" configuration option to "kitty" .. option:: set-graphics-kitty-unicode :title: Set graphics to kitty-unicode :description: Set the value of the "graphics" configuration option to "kitty-unicode" .. option:: set-graphics-iterm :title: Set graphics to iterm :description: Set the value of the "graphics" configuration option to "iterm" .. option:: toggle-force-graphics :title: Toggle force graphics :description: Force use of specified graphics protocol .. option:: toggle-enable-language-servers :title: Toggle enable language servers :description: Enable language server support .. option:: toggle-set-cursor-shape :title: Toggle set cursor shape :description: Whether to set the shape of the cursor depending on the editing mode .. option:: toggle-cursor-blink :title: Toggle cursor blink :description: Whether to blink the cursor .. option:: toggle-warn-venv :title: Toggle warn venv :description: Warn when running in a virtual environment .. option:: toggle-backup-on-save :title: Toggle backup on save :description: Create backups before saving files .. option:: toggle-record-cell-timing :title: Toggle cell timing recording :description: Should timing data be recorded in cell metadata. .. option:: toggle-show-remote-inputs :title: Toggle show remote inputs :description: Display inputs sent to the kernel by other clients .. option:: toggle-show-remote-outputs :title: Toggle show remote outputs :description: Display kernel outputs triggered by other clients .. option:: toggle-save-widget-state :title: Toggle save widget state :description: Save a notebook's widget state in the notebook metadata .. option:: switch-max-notebook-width :title: Switch max notebook width :description: Switch the value of the "max_notebook_width" configuration option. .. option:: toggle-expand :title: Toggle expand :description: Use the full width to display notebooks .. option:: toggle-wrap-cell-outputs :title: Toggle wrap cell outputs :description: Wrap cell output text. .. option:: switch-text-output-limit :title: Switch text output limit :description: Switch the value of the "text_output_limit" configuration option. .. option:: toggle-show-file-icons :title: Toggle File icons :description: Show file icons in the file manager .. option:: toggle-show-hidden-files :title: Toggle Hidden files :description: Show hidden files in the file manager .. option:: toggle-line-numbers :title: Toggle line numbers :description: Show or hide line numbers .. option:: toggle-relative-line-numbers :title: Toggle relative line numbers :description: Use relative line numbers .. option:: toggle-autoformat :title: Toggle autoformat :description: Automatically re-format code cells when run .. option:: toggle-autocomplete :title: Toggle autocomplete :description: Provide completions suggestions automatically .. option:: switch-autosuggest :title: Switch autosuggest :description: Switch the value of the "autosuggest" configuration option. .. option:: set-autosuggest-smart :title: Set autosuggest to smart :description: Set the value of the "autosuggest" configuration option to "smart" .. option:: set-autosuggest-simple :title: Set autosuggest to simple :description: Set the value of the "autosuggest" configuration option to "simple" .. option:: set-autosuggest-none :title: Set autosuggest to none :description: Set the value of the "autosuggest" configuration option to "none" .. option:: toggle-autoinspect :title: Toggle autoinspect :description: Display contextual help automatically .. option:: toggle-show-status-bar :title: Toggle status bar :description: Show the status bar .. option:: toggle-show-shadows :title: Toggle show shadows :description: Show or hide shadows under menus and dialogs .. option:: toggle-show-cell-borders :title: Toggle cell borders :description: Show or hide cell borders. .. _commands-euporie-end: .. _commands-euporie-console-start: .. option:: refresh-tab :title: Refresh the current tab :description: Reload the tab contents and reset the tab. .. option:: reset-tab :title: Reset the current tab :description: Reset the current tab .. option:: save-file :title: Save file :description: Save the current file. .. option:: w :title: Save file :description: Save the current file. .. option:: change-kernel :title: Change kernel :description: Change the notebook's kernel. .. option:: show-contextual-help :title: Show contextual help :description: Display contextual help. .. option:: history-prev :title: History prev :description: Get the previous history entry. .. option:: history-next :title: History next :description: Get the next history entry. .. option:: reformat-input :title: Reformat input :description: Format the contents of the current input field. .. option:: scroll-display-left :title: Scroll display left :description: Scroll the display up one line. .. option:: scroll-display-right :title: Scroll display right :description: Scroll the display down one line. .. option:: scroll-display-up :title: Scroll display up :description: Scroll the display up one line. .. option:: scroll-display-down :title: Scroll display down :description: Scroll the display down one line. .. option:: page-up-display :title: Page up display :description: Scroll the display up one page. .. option:: page-down-display :title: Page down display :description: Scroll the display down one page. .. option:: go-to-start-of-display :title: Go to start of display :description: Scroll the display to the top. .. option:: go-to-end-of-display :title: Go to end of display :description: Scroll the display down one page. .. option:: activate-command-bar :title: Activate command bar :description: Enter command mode. .. option:: activate-command-bar-alt :title: Activate command bar alt :description: Enter command mode. .. option:: activate-command-bar-shell-alt :title: Activate command bar shell alt :description: Enter command mode. .. option:: activate-command-bar-shell :title: Activate command bar shell :description: Enter command mode. .. option:: deactivate-command-bar :title: Deactivate command bar :description: Exit command mode. .. option:: run-shell-command :title: Run shell command :description: Run system command. .. option:: shell :title: Run shell command :description: Run system command. .. option:: find :title: Find :description: Enter search mode. .. option:: find-next :title: Find next :description: Find the next search match. .. option:: find-previous :title: Find previous :description: Find the previous search match. .. option:: stop-search :title: Stop search :description: Abort the search. .. option:: accept-search :title: Accept search :description: Accept the search input. .. option:: replace-all :title: Replace all :description: Find and replace text in all searchable buffers. .. option:: about :title: About :description: Show the about dialog. .. option:: keyboard-shortcuts :title: Keyboard shortcuts :description: Display details of registered key-bindings in a dialog. .. option:: close-pager :title: Close pager :description: Close the pager. .. option:: toggle-command-palette :title: Toggle command palette :description: Show the command palette. .. option:: show-command-palette :title: Show command palette :description: Show the command palette. .. option:: hide-command-palette :title: Hide command palette :description: Hide the command palette. .. option:: convert-to-notebook :title: Convert to notebook :description: Convert the current console session to a notebook. .. option:: accept-input :title: Accept input :description: Accept the current console input. .. option:: clear-input :title: Clear input :description: Clear the console input. .. option:: run-input :title: Run input :description: Run the console input. .. option:: interrupt-kernel :title: Interrupt kernel :description: Interrupt the notebook's kernel. .. option:: cc-interrupt-kernel :title: Cc interrupt kernel :description: Interrupt the notebook's kernel. .. option:: restart-kernel :title: Restart kernel :description: Restart the notebook's kernel. .. option:: end-of-file :title: End of file :description: Signals the end of the input, causing the console to exit. .. option:: clear-screen :title: Clear screen :description: Clear the screen. .. option:: quit :title: Quit :description: Quit euporie. .. option:: q :title: Quit :description: Quit euporie. .. option:: force-quit :title: Force quit :description: Quit euporie without saving any changes. .. option:: q! :title: Force quit :description: Quit euporie without saving any changes. .. option:: open-file :title: Open file :description: Open a file. .. option:: o :title: Open file :description: Open a file. .. option:: close-tab :title: Close tab :description: Close the current tab. .. option:: bc :title: Close tab :description: Close the current tab. .. option:: next-tab :title: Next tab :description: Switch to the next tab. .. option:: bn :title: Next tab :description: Switch to the next tab. .. option:: previous-tab :title: Previous tab :description: Switch to the previous tab. .. option:: bp :title: Previous tab :description: Switch to the previous tab. .. option:: focus-next :title: Focus next :description: Focus the next control. .. option:: focus-previous :title: Focus previous :description: Focus the previous control. .. option:: go-to :title: Go to :description: Go to a line or cell by number. .. option:: :title: Go to :description: Go to a line or cell by number. .. option:: type-key :title: Type key :description: Enter a key. .. option:: complete-bracket-() :title: Complete bracket () :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-() :title: Close bracket () :description: Create a new function with partial application of the given argumentsand keywords. .. option:: complete-bracket-[] :title: Complete bracket [] :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-[] :title: Close bracket [] :description: Create a new function with partial application of the given argumentsand keywords. .. option:: complete-bracket-{} :title: Complete bracket {} :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-{} :title: Close bracket {} :description: Create a new function with partial application of the given argumentsand keywords. .. option:: next-completion :title: Next completion :description: Show the completion menu and select the next completion. .. option:: previous-completion :title: Previous completion :description: Show the completion menu and select the previous completion. .. option:: cancel-completion :title: Cancel completion :description: Cancel a completion. .. option:: accept-completion :title: Accept completion :description: Accept a selected completion. .. option:: toggle-overwrite-mode :title: Toggle overwrite mode :description: Toggle overwrite when using micro editing mode. .. option:: start-macro :title: Start macro :description: Start recording a macro. .. option:: end-macro :title: End macro :description: Stop recording a macro. .. option:: run-macro :title: Run macro :description: Re-execute the last keyboard macro defined. .. option:: backspace :title: Delete previous character :description: Delete the character behind the cursor. .. option:: delete :title: Delete character :description: Delete character before the cursor. .. option:: backward-kill-word :title: Delete previous word :description: Delete the word behind the cursor, using whitespace as a word boundary. .. option:: backward-word :title: Move back one word :description: Move back to the start of the current or previous word. .. option:: forward-word :title: Move forward one word :description: Move forward to the end of the next word. .. option:: beginning-of-buffer :title: Move to the beginning of the input :description: Move to the start of the buffer. .. option:: end-of-buffer :title: Move to the end of the input :description: Move to the end of the buffer. .. option:: scroll-backward :title: Scroll backward :description: Scroll window up. .. option:: scroll-forward :title: Scroll forward :description: Scroll window down. .. option:: scroll-half-page-down :title: Scroll down half a page :description: Same as ControlF, but only scroll half a page. .. option:: scroll-half-page-up :title: Scroll up half a page :description: Same as ControlB, but only scroll half a page. .. option:: scroll-one-line-down :title: Scroll down one line :description: scroll_offset += 1. .. option:: scroll-one-line-up :title: Scroll up one line :description: scroll_offset -= 1. .. option:: move-cursor-left :title: Move cursor left :description: Move back a character, or up a line. .. option:: move-cursor-right :title: Move cursor right :description: Move forward a character, or down a line. .. option:: go-to-start-of-line :title: Go to start of line :description: Move the cursor to the start of the line. .. option:: go-to-end-of-line :title: Go to end of line :description: Move the cursor to the end of the line. .. option:: go-to-start-of-paragraph :title: Go to start of paragraph :description: Move the cursor to the start of the current paragraph. .. option:: go-to-end-of-paragraph :title: Go to end of paragraph :description: Move the cursor to the end of the current paragraph. .. option:: toggle-comment :title: Toggle comment :description: Comment or uncomments the current or selected lines. .. option:: wrap-selection-"" :title: Wrap selection in "" :description: Wraps the current selection with: "" .. option:: wrap-selection-'' :title: Wrap selection in '' :description: Wraps the current selection with: '' .. option:: wrap-selection-() :title: Wrap selection in () :description: Wraps the current selection with: () .. option:: wrap-selection-{} :title: Wrap selection in {} :description: Wraps the current selection with: {} .. option:: wrap-selection-[] :title: Wrap selection in [] :description: Wraps the current selection with: [] .. option:: wrap-selection-`` :title: Wrap selection in `` :description: Wraps the current selection with: `` .. option:: wrap-selection-** :title: Wrap selection in ** :description: Wraps the current selection with: ** .. option:: wrap-selection-__ :title: Wrap selection in __ :description: Wraps the current selection with: __ .. option:: wrap-selection-<> :title: Wrap selection in <> :description: Wraps the current selection with: <> .. option:: duplicate-line :title: Duplicate line :description: Duplicate the current line. .. option:: duplicate-selection :title: Duplicate selection :description: Duplicate the current selection. .. option:: paste-clipboard :title: Paste :description: Pate the clipboard contents, replacing any current selection. .. option:: copy-selection :title: Copy :description: Add the current selection to the clipboard. .. option:: cut-selection :title: Cut :description: Remove the current selection and adds it to the clipboard. .. option:: cut-line :title: Cut line :description: Remove the current line adds it to the clipboard. .. option:: move-lines-up :title: Move lines up :description: Move the current or selected lines up by one line. .. option:: move-lines-down :title: Move lines down :description: Move the current or selected lines down by one line. .. option:: accept-line :title: Accept line :description: Accept an input. .. option:: newline :title: Newline :description: Inert a new line, replacing any selection and indenting if appropriate. .. option:: indent-lines :title: Indent lines :description: Inndent the current or selected lines. .. option:: unindent-lines :title: Unindent lines :description: Unindent the current or selected lines. .. option:: unindent-line :title: Unindent line :description: Unindent the current or selected lines. .. option:: toggle-case :title: Toggle case :description: Toggle the case of the current word or selection. .. option:: undo :title: Undo :description: Undo the last edit. .. option:: redo :title: Redo :description: Redo the last edit. .. option:: select-all :title: Select all :description: Select all text. .. option:: start-selection :title: Start selection :description: Start a new selection. .. option:: extend-selection :title: Extend selection :description: Extend the selection. .. option:: replace-selection :title: Replace selection :description: Replace selection by what is typed. .. option:: delete-selection :title: Delete selection :description: Delete the contents of the current selection. .. option:: cancel-selection :title: Cancel selection :description: Cancel the selection. .. option:: go-to-matching-bracket :title: Go to matching bracket :description: Go to matching bracket if the cursor is on a paired bracket. .. option:: accept-suggestion :title: Accept suggestion :description: Accept suggestion. .. option:: fill-suggestion :title: Fill suggestion :description: Fill partial suggestion. .. option:: scroll-page-down :title: Scroll page down :description: Scroll page down (prefer the cursor at the top of the page, after scrolling). .. option:: scroll-page-up :title: Scroll page up :description: Scroll page up (prefer the cursor at the bottom of the page, after scrolling). .. option:: save-and-quit :title: Save and quit :description: Save the current tab then quits euporie. .. option:: wq :title: Save and quit :description: Save the current tab then quits euporie. .. option:: x :title: Save and quit :description: Save the current tab then quits euporie. .. option:: save-as :title: Save as :description: Save the current file at a new location. .. option:: toggle-mouse-support :title: Toggle mouse support :description: Enable or disable mouse support .. option:: switch-max-stored-outputs :title: Switch max stored outputs :description: Switch the value of the "max_stored_outputs" configuration option. .. option:: toggle-version :title: Toggle version :description: Show the version number and exit .. option:: switch-log-level :title: Switch the log level :description: Switch the value of the "log_level" configuration option. .. option:: set-log-level-debug :title: Set the log level to debug :description: Set the value of the "log_level" configuration option to "debug" .. option:: set-log-level-info :title: Set the log level to info :description: Set the value of the "log_level" configuration option to "info" .. option:: set-log-level-warning :title: Set the log level to warning :description: Set the value of the "log_level" configuration option to "warning" .. option:: set-log-level-error :title: Set the log level to error :description: Set the value of the "log_level" configuration option to "error" .. option:: set-log-level-critical :title: Set the log level to critical :description: Set the value of the "log_level" configuration option to "critical" .. option:: switch-log-level-stdout :title: Switch the log level at which to log to standard output :description: Switch the value of the "log_level_stdout" configuration option. .. option:: set-log-level-stdout-debug :title: Set the log level at which to log to standard output to debug :description: Set the value of the "log_level_stdout" configuration option to "debug" .. option:: set-log-level-stdout-info :title: Set the log level at which to log to standard output to info :description: Set the value of the "log_level_stdout" configuration option to "info" .. option:: set-log-level-stdout-warning :title: Set the log level at which to log to standard output to warning :description: Set the value of the "log_level_stdout" configuration option to "warning" .. option:: set-log-level-stdout-error :title: Set the log level at which to log to standard output to error :description: Set the value of the "log_level_stdout" configuration option to "error" .. option:: set-log-level-stdout-critical :title: Set the log level at which to log to standard output to critical :description: Set the value of the "log_level_stdout" configuration option to "critical" .. option:: switch-clipboard :title: Switch clipboard :description: Switch the value of the "clipboard" configuration option. .. option:: set-clipboard-external :title: Set clipboard to external :description: Set the value of the "clipboard" configuration option to "external" .. option:: set-clipboard-internal :title: Set clipboard to internal :description: Set the value of the "clipboard" configuration option to "internal" .. option:: set-clipboard-terminal :title: Set clipboard to terminal :description: Set the value of the "clipboard" configuration option to "terminal" .. option:: switch-app :title: Switch app :description: Switch the value of the "app" configuration option. .. option:: set-app-console :title: Set app to console :description: Set the value of the "app" configuration option to "console" .. option:: set-app-edit :title: Set app to edit :description: Set the value of the "app" configuration option to "edit" .. option:: set-app-hub :title: Set app to hub :description: Set the value of the "app" configuration option to "hub" .. option:: set-app-notebook :title: Set app to notebook :description: Set the value of the "app" configuration option to "notebook" .. option:: set-app-preview :title: Set app to preview :description: Set the value of the "app" configuration option to "preview" .. option:: switch-edit-mode :title: Switch Editor key bindings :description: Switch the value of the "edit_mode" configuration option. .. option:: set-edit-mode-micro :title: Set Editor key bindings to micro :description: Set the value of the "edit_mode" configuration option to "micro" .. option:: set-edit-mode-emacs :title: Set Editor key bindings to emacs :description: Set the value of the "edit_mode" configuration option to "emacs" .. option:: set-edit-mode-vi :title: Set Editor key bindings to vi :description: Set the value of the "edit_mode" configuration option to "vi" .. option:: switch-tab-size :title: Switch tab size :description: Switch the value of the "tab_size" configuration option. .. option:: toggle-syntax-highlighting :title: Toggle syntax highlighting :description: Syntax highlighting .. option:: set-syntax-theme-euporie :title: Set syntax theme to euporie :description: Set the value of the "syntax_theme" configuration option to "euporie" .. option:: set-syntax-theme-abap :title: Set syntax theme to abap :description: Set the value of the "syntax_theme" configuration option to "abap" .. option:: set-syntax-theme-algol :title: Set syntax theme to algol :description: Set the value of the "syntax_theme" configuration option to "algol" .. option:: set-syntax-theme-algol_nu :title: Set syntax theme to algol_nu :description: Set the value of the "syntax_theme" configuration option to "algol_nu" .. option:: set-syntax-theme-arduino :title: Set syntax theme to arduino :description: Set the value of the "syntax_theme" configuration option to "arduino" .. option:: set-syntax-theme-autumn :title: Set syntax theme to autumn :description: Set the value of the "syntax_theme" configuration option to "autumn" .. option:: set-syntax-theme-bw :title: Set syntax theme to bw :description: Set the value of the "syntax_theme" configuration option to "bw" .. option:: set-syntax-theme-borland :title: Set syntax theme to borland :description: Set the value of the "syntax_theme" configuration option to "borland" .. option:: set-syntax-theme-coffee :title: Set syntax theme to coffee :description: Set the value of the "syntax_theme" configuration option to "coffee" .. option:: set-syntax-theme-colorful :title: Set syntax theme to colorful :description: Set the value of the "syntax_theme" configuration option to "colorful" .. option:: set-syntax-theme-default :title: Set syntax theme to default :description: Set the value of the "syntax_theme" configuration option to "default" .. option:: set-syntax-theme-dracula :title: Set syntax theme to dracula :description: Set the value of the "syntax_theme" configuration option to "dracula" .. option:: set-syntax-theme-emacs :title: Set syntax theme to emacs :description: Set the value of the "syntax_theme" configuration option to "emacs" .. option:: set-syntax-theme-friendly_grayscale :title: Set syntax theme to friendly_grayscale :description: Set the value of the "syntax_theme" configuration option to "friendly_grayscale" .. option:: set-syntax-theme-friendly :title: Set syntax theme to friendly :description: Set the value of the "syntax_theme" configuration option to "friendly" .. option:: set-syntax-theme-fruity :title: Set syntax theme to fruity :description: Set the value of the "syntax_theme" configuration option to "fruity" .. option:: set-syntax-theme-github-dark :title: Set syntax theme to github-dark :description: Set the value of the "syntax_theme" configuration option to "github-dark" .. option:: set-syntax-theme-gruvbox-dark :title: Set syntax theme to gruvbox-dark :description: Set the value of the "syntax_theme" configuration option to "gruvbox-dark" .. option:: set-syntax-theme-gruvbox-light :title: Set syntax theme to gruvbox-light :description: Set the value of the "syntax_theme" configuration option to "gruvbox-light" .. option:: set-syntax-theme-igor :title: Set syntax theme to igor :description: Set the value of the "syntax_theme" configuration option to "igor" .. option:: set-syntax-theme-inkpot :title: Set syntax theme to inkpot :description: Set the value of the "syntax_theme" configuration option to "inkpot" .. option:: set-syntax-theme-lightbulb :title: Set syntax theme to lightbulb :description: Set the value of the "syntax_theme" configuration option to "lightbulb" .. option:: set-syntax-theme-lilypond :title: Set syntax theme to lilypond :description: Set the value of the "syntax_theme" configuration option to "lilypond" .. option:: set-syntax-theme-lovelace :title: Set syntax theme to lovelace :description: Set the value of the "syntax_theme" configuration option to "lovelace" .. option:: set-syntax-theme-manni :title: Set syntax theme to manni :description: Set the value of the "syntax_theme" configuration option to "manni" .. option:: set-syntax-theme-material :title: Set syntax theme to material :description: Set the value of the "syntax_theme" configuration option to "material" .. option:: set-syntax-theme-monokai :title: Set syntax theme to monokai :description: Set the value of the "syntax_theme" configuration option to "monokai" .. option:: set-syntax-theme-murphy :title: Set syntax theme to murphy :description: Set the value of the "syntax_theme" configuration option to "murphy" .. option:: set-syntax-theme-native :title: Set syntax theme to native :description: Set the value of the "syntax_theme" configuration option to "native" .. option:: set-syntax-theme-nord-darker :title: Set syntax theme to nord-darker :description: Set the value of the "syntax_theme" configuration option to "nord-darker" .. option:: set-syntax-theme-nord :title: Set syntax theme to nord :description: Set the value of the "syntax_theme" configuration option to "nord" .. option:: set-syntax-theme-one-dark :title: Set syntax theme to one-dark :description: Set the value of the "syntax_theme" configuration option to "one-dark" .. option:: set-syntax-theme-paraiso-dark :title: Set syntax theme to paraiso-dark :description: Set the value of the "syntax_theme" configuration option to "paraiso-dark" .. option:: set-syntax-theme-paraiso-light :title: Set syntax theme to paraiso-light :description: Set the value of the "syntax_theme" configuration option to "paraiso-light" .. option:: set-syntax-theme-pastie :title: Set syntax theme to pastie :description: Set the value of the "syntax_theme" configuration option to "pastie" .. option:: set-syntax-theme-perldoc :title: Set syntax theme to perldoc :description: Set the value of the "syntax_theme" configuration option to "perldoc" .. option:: set-syntax-theme-rainbow_dash :title: Set syntax theme to rainbow_dash :description: Set the value of the "syntax_theme" configuration option to "rainbow_dash" .. option:: set-syntax-theme-rrt :title: Set syntax theme to rrt :description: Set the value of the "syntax_theme" configuration option to "rrt" .. option:: set-syntax-theme-sas :title: Set syntax theme to sas :description: Set the value of the "syntax_theme" configuration option to "sas" .. option:: set-syntax-theme-solarized-dark :title: Set syntax theme to solarized-dark :description: Set the value of the "syntax_theme" configuration option to "solarized-dark" .. option:: set-syntax-theme-solarized-light :title: Set syntax theme to solarized-light :description: Set the value of the "syntax_theme" configuration option to "solarized-light" .. option:: set-syntax-theme-staroffice :title: Set syntax theme to staroffice :description: Set the value of the "syntax_theme" configuration option to "staroffice" .. option:: set-syntax-theme-stata-dark :title: Set syntax theme to stata-dark :description: Set the value of the "syntax_theme" configuration option to "stata-dark" .. option:: set-syntax-theme-stata-light :title: Set syntax theme to stata-light :description: Set the value of the "syntax_theme" configuration option to "stata-light" .. option:: set-syntax-theme-tango :title: Set syntax theme to tango :description: Set the value of the "syntax_theme" configuration option to "tango" .. option:: set-syntax-theme-trac :title: Set syntax theme to trac :description: Set the value of the "syntax_theme" configuration option to "trac" .. option:: set-syntax-theme-vim :title: Set syntax theme to vim :description: Set the value of the "syntax_theme" configuration option to "vim" .. option:: set-syntax-theme-vs :title: Set syntax theme to vs :description: Set the value of the "syntax_theme" configuration option to "vs" .. option:: set-syntax-theme-xcode :title: Set syntax theme to xcode :description: Set the value of the "syntax_theme" configuration option to "xcode" .. option:: set-syntax-theme-zenburn :title: Set syntax theme to zenburn :description: Set the value of the "syntax_theme" configuration option to "zenburn" .. option:: switch-color-depth :title: Switch color depth :description: Switch the value of the "color_depth" configuration option. .. option:: set-color-depth-1 :title: Set color depth to 1 :description: Set the value of the "color_depth" configuration option to "1" .. option:: set-color-depth-4 :title: Set color depth to 4 :description: Set the value of the "color_depth" configuration option to "4" .. option:: set-color-depth-8 :title: Set color depth to 8 :description: Set the value of the "color_depth" configuration option to "8" .. option:: set-color-depth-24 :title: Set color depth to 24 :description: Set the value of the "color_depth" configuration option to "24" .. option:: toggle-multiplexer-passthrough :title: Toggle multiplexer passthrough :description: Use passthrough from within terminal multiplexers .. option:: switch-color-scheme :title: Switch color scheme :description: Switch the value of the "color_scheme" configuration option. .. option:: set-color-scheme-default :title: Set color scheme to default :description: Set the value of the "color_scheme" configuration option to "default" .. option:: set-color-scheme-inverse :title: Set color scheme to inverse :description: Set the value of the "color_scheme" configuration option to "inverse" .. option:: set-color-scheme-light :title: Set color scheme to light :description: Set the value of the "color_scheme" configuration option to "light" .. option:: set-color-scheme-dark :title: Set color scheme to dark :description: Set the value of the "color_scheme" configuration option to "dark" .. option:: set-color-scheme-black :title: Set color scheme to black :description: Set the value of the "color_scheme" configuration option to "black" .. option:: set-color-scheme-white :title: Set color scheme to white :description: Set the value of the "color_scheme" configuration option to "white" .. option:: set-color-scheme-custom :title: Set color scheme to custom :description: Set the value of the "color_scheme" configuration option to "custom" .. option:: switch-graphics :title: Switch graphics :description: Switch the value of the "graphics" configuration option. .. option:: set-graphics-none :title: Set graphics to none :description: Set the value of the "graphics" configuration option to "none" .. option:: set-graphics-sixel :title: Set graphics to sixel :description: Set the value of the "graphics" configuration option to "sixel" .. option:: set-graphics-kitty :title: Set graphics to kitty :description: Set the value of the "graphics" configuration option to "kitty" .. option:: set-graphics-kitty-unicode :title: Set graphics to kitty-unicode :description: Set the value of the "graphics" configuration option to "kitty-unicode" .. option:: set-graphics-iterm :title: Set graphics to iterm :description: Set the value of the "graphics" configuration option to "iterm" .. option:: toggle-force-graphics :title: Toggle force graphics :description: Force use of specified graphics protocol .. option:: toggle-enable-language-servers :title: Toggle enable language servers :description: Enable language server support .. option:: toggle-set-cursor-shape :title: Toggle set cursor shape :description: Whether to set the shape of the cursor depending on the editing mode .. option:: toggle-cursor-blink :title: Toggle cursor blink :description: Whether to blink the cursor .. option:: toggle-warn-venv :title: Toggle warn venv :description: Warn when running in a virtual environment .. option:: toggle-backup-on-save :title: Toggle backup on save :description: Create backups before saving files .. option:: toggle-record-cell-timing :title: Toggle cell timing recording :description: Should timing data be recorded in cell metadata. .. option:: toggle-show-remote-inputs :title: Toggle show remote inputs :description: Display inputs sent to the kernel by other clients .. option:: toggle-show-remote-outputs :title: Toggle show remote outputs :description: Display kernel outputs triggered by other clients .. option:: toggle-save-widget-state :title: Toggle save widget state :description: Save a notebook's widget state in the notebook metadata .. option:: switch-max-notebook-width :title: Switch max notebook width :description: Switch the value of the "max_notebook_width" configuration option. .. option:: toggle-expand :title: Toggle expand :description: Use the full width to display notebooks .. option:: toggle-wrap-cell-outputs :title: Toggle wrap cell outputs :description: Wrap cell output text. .. option:: switch-text-output-limit :title: Switch text output limit :description: Switch the value of the "text_output_limit" configuration option. .. option:: toggle-show-file-icons :title: Toggle File icons :description: Show file icons in the file manager .. option:: toggle-show-hidden-files :title: Toggle Hidden files :description: Show hidden files in the file manager .. option:: toggle-line-numbers :title: Toggle line numbers :description: Show or hide line numbers .. option:: toggle-relative-line-numbers :title: Toggle relative line numbers :description: Use relative line numbers .. option:: toggle-autoformat :title: Toggle autoformat :description: Automatically re-format code cells when run .. option:: toggle-autocomplete :title: Toggle autocomplete :description: Provide completions suggestions automatically .. option:: switch-autosuggest :title: Switch autosuggest :description: Switch the value of the "autosuggest" configuration option. .. option:: set-autosuggest-smart :title: Set autosuggest to smart :description: Set the value of the "autosuggest" configuration option to "smart" .. option:: set-autosuggest-simple :title: Set autosuggest to simple :description: Set the value of the "autosuggest" configuration option to "simple" .. option:: set-autosuggest-none :title: Set autosuggest to none :description: Set the value of the "autosuggest" configuration option to "none" .. option:: toggle-autoinspect :title: Toggle autoinspect :description: Display contextual help automatically .. option:: toggle-show-status-bar :title: Toggle status bar :description: Show the status bar .. option:: toggle-show-shadows :title: Toggle show shadows :description: Show or hide shadows under menus and dialogs .. option:: toggle-show-cell-borders :title: Toggle cell borders :description: Show or hide cell borders. .. _commands-euporie-console-end: .. _commands-euporie-hub-start: .. option:: quit :title: Quit :description: Quit euporie. .. option:: q :title: Quit :description: Quit euporie. .. option:: force-quit :title: Force quit :description: Quit euporie without saving any changes. .. option:: q! :title: Force quit :description: Quit euporie without saving any changes. .. option:: open-file :title: Open file :description: Open a file. .. option:: o :title: Open file :description: Open a file. .. option:: close-tab :title: Close tab :description: Close the current tab. .. option:: bc :title: Close tab :description: Close the current tab. .. option:: next-tab :title: Next tab :description: Switch to the next tab. .. option:: bn :title: Next tab :description: Switch to the next tab. .. option:: previous-tab :title: Previous tab :description: Switch to the previous tab. .. option:: bp :title: Previous tab :description: Switch to the previous tab. .. option:: focus-next :title: Focus next :description: Focus the next control. .. option:: focus-previous :title: Focus previous :description: Focus the previous control. .. option:: clear-screen :title: Clear screen :description: Clear the screen. .. option:: go-to :title: Go to :description: Go to a line or cell by number. .. option:: :title: Go to :description: Go to a line or cell by number. .. option:: type-key :title: Type key :description: Enter a key. .. option:: complete-bracket-() :title: Complete bracket () :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-() :title: Close bracket () :description: Create a new function with partial application of the given argumentsand keywords. .. option:: complete-bracket-[] :title: Complete bracket [] :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-[] :title: Close bracket [] :description: Create a new function with partial application of the given argumentsand keywords. .. option:: complete-bracket-{} :title: Complete bracket {} :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-{} :title: Close bracket {} :description: Create a new function with partial application of the given argumentsand keywords. .. option:: next-completion :title: Next completion :description: Show the completion menu and select the next completion. .. option:: previous-completion :title: Previous completion :description: Show the completion menu and select the previous completion. .. option:: cancel-completion :title: Cancel completion :description: Cancel a completion. .. option:: accept-completion :title: Accept completion :description: Accept a selected completion. .. option:: toggle-overwrite-mode :title: Toggle overwrite mode :description: Toggle overwrite when using micro editing mode. .. option:: start-macro :title: Start macro :description: Start recording a macro. .. option:: end-macro :title: End macro :description: Stop recording a macro. .. option:: run-macro :title: Run macro :description: Re-execute the last keyboard macro defined. .. option:: backspace :title: Delete previous character :description: Delete the character behind the cursor. .. option:: delete :title: Delete character :description: Delete character before the cursor. .. option:: backward-kill-word :title: Delete previous word :description: Delete the word behind the cursor, using whitespace as a word boundary. .. option:: backward-word :title: Move back one word :description: Move back to the start of the current or previous word. .. option:: forward-word :title: Move forward one word :description: Move forward to the end of the next word. .. option:: beginning-of-buffer :title: Move to the beginning of the input :description: Move to the start of the buffer. .. option:: end-of-buffer :title: Move to the end of the input :description: Move to the end of the buffer. .. option:: scroll-backward :title: Scroll backward :description: Scroll window up. .. option:: scroll-forward :title: Scroll forward :description: Scroll window down. .. option:: scroll-half-page-down :title: Scroll down half a page :description: Same as ControlF, but only scroll half a page. .. option:: scroll-half-page-up :title: Scroll up half a page :description: Same as ControlB, but only scroll half a page. .. option:: scroll-one-line-down :title: Scroll down one line :description: scroll_offset += 1. .. option:: scroll-one-line-up :title: Scroll up one line :description: scroll_offset -= 1. .. option:: move-cursor-left :title: Move cursor left :description: Move back a character, or up a line. .. option:: move-cursor-right :title: Move cursor right :description: Move forward a character, or down a line. .. option:: go-to-start-of-line :title: Go to start of line :description: Move the cursor to the start of the line. .. option:: go-to-end-of-line :title: Go to end of line :description: Move the cursor to the end of the line. .. option:: go-to-start-of-paragraph :title: Go to start of paragraph :description: Move the cursor to the start of the current paragraph. .. option:: go-to-end-of-paragraph :title: Go to end of paragraph :description: Move the cursor to the end of the current paragraph. .. option:: toggle-comment :title: Toggle comment :description: Comment or uncomments the current or selected lines. .. option:: wrap-selection-"" :title: Wrap selection in "" :description: Wraps the current selection with: "" .. option:: wrap-selection-'' :title: Wrap selection in '' :description: Wraps the current selection with: '' .. option:: wrap-selection-() :title: Wrap selection in () :description: Wraps the current selection with: () .. option:: wrap-selection-{} :title: Wrap selection in {} :description: Wraps the current selection with: {} .. option:: wrap-selection-[] :title: Wrap selection in [] :description: Wraps the current selection with: [] .. option:: wrap-selection-`` :title: Wrap selection in `` :description: Wraps the current selection with: `` .. option:: wrap-selection-** :title: Wrap selection in ** :description: Wraps the current selection with: ** .. option:: wrap-selection-__ :title: Wrap selection in __ :description: Wraps the current selection with: __ .. option:: wrap-selection-<> :title: Wrap selection in <> :description: Wraps the current selection with: <> .. option:: duplicate-line :title: Duplicate line :description: Duplicate the current line. .. option:: duplicate-selection :title: Duplicate selection :description: Duplicate the current selection. .. option:: paste-clipboard :title: Paste :description: Pate the clipboard contents, replacing any current selection. .. option:: copy-selection :title: Copy :description: Add the current selection to the clipboard. .. option:: cut-selection :title: Cut :description: Remove the current selection and adds it to the clipboard. .. option:: cut-line :title: Cut line :description: Remove the current line adds it to the clipboard. .. option:: move-lines-up :title: Move lines up :description: Move the current or selected lines up by one line. .. option:: move-lines-down :title: Move lines down :description: Move the current or selected lines down by one line. .. option:: accept-line :title: Accept line :description: Accept an input. .. option:: newline :title: Newline :description: Inert a new line, replacing any selection and indenting if appropriate. .. option:: indent-lines :title: Indent lines :description: Inndent the current or selected lines. .. option:: unindent-lines :title: Unindent lines :description: Unindent the current or selected lines. .. option:: unindent-line :title: Unindent line :description: Unindent the current or selected lines. .. option:: toggle-case :title: Toggle case :description: Toggle the case of the current word or selection. .. option:: undo :title: Undo :description: Undo the last edit. .. option:: redo :title: Redo :description: Redo the last edit. .. option:: select-all :title: Select all :description: Select all text. .. option:: start-selection :title: Start selection :description: Start a new selection. .. option:: extend-selection :title: Extend selection :description: Extend the selection. .. option:: replace-selection :title: Replace selection :description: Replace selection by what is typed. .. option:: delete-selection :title: Delete selection :description: Delete the contents of the current selection. .. option:: cancel-selection :title: Cancel selection :description: Cancel the selection. .. option:: go-to-matching-bracket :title: Go to matching bracket :description: Go to matching bracket if the cursor is on a paired bracket. .. option:: accept-suggestion :title: Accept suggestion :description: Accept suggestion. .. option:: fill-suggestion :title: Fill suggestion :description: Fill partial suggestion. .. option:: scroll-page-down :title: Scroll page down :description: Scroll page down (prefer the cursor at the top of the page, after scrolling). .. option:: scroll-page-up :title: Scroll page up :description: Scroll page up (prefer the cursor at the bottom of the page, after scrolling). .. option:: save-file :title: Save file :description: Save the current file. .. option:: w :title: Save file :description: Save the current file. .. option:: save-and-quit :title: Save and quit :description: Save the current tab then quits euporie. .. option:: wq :title: Save and quit :description: Save the current tab then quits euporie. .. option:: x :title: Save and quit :description: Save the current tab then quits euporie. .. option:: save-as :title: Save as :description: Save the current file at a new location. .. option:: refresh-tab :title: Refresh the current tab :description: Reload the tab contents and reset the tab. .. option:: reset-tab :title: Reset the current tab :description: Reset the current tab .. option:: switch-hub-app :title: Switch hub app :description: Switch the value of the "hub_app" configuration option. .. option:: set-hub-app-console :title: Set hub app to console :description: Set the value of the "hub_app" configuration option to "console" .. option:: set-hub-app-edit :title: Set hub app to edit :description: Set the value of the "hub_app" configuration option to "edit" .. option:: set-hub-app-notebook :title: Set hub app to notebook :description: Set the value of the "hub_app" configuration option to "notebook" .. option:: set-hub-app-preview :title: Set hub app to preview :description: Set the value of the "hub_app" configuration option to "preview" .. option:: switch-port :title: Switch port :description: Switch the value of the "port" configuration option. .. option:: toggle-auth :title: Toggle auth :description: Allow unauthenticated access to euporie hub .. option:: toggle-version :title: Toggle version :description: Show the version number and exit .. option:: switch-log-level :title: Switch the log level :description: Switch the value of the "log_level" configuration option. .. option:: set-log-level-debug :title: Set the log level to debug :description: Set the value of the "log_level" configuration option to "debug" .. option:: set-log-level-info :title: Set the log level to info :description: Set the value of the "log_level" configuration option to "info" .. option:: set-log-level-warning :title: Set the log level to warning :description: Set the value of the "log_level" configuration option to "warning" .. option:: set-log-level-error :title: Set the log level to error :description: Set the value of the "log_level" configuration option to "error" .. option:: set-log-level-critical :title: Set the log level to critical :description: Set the value of the "log_level" configuration option to "critical" .. option:: switch-log-level-stdout :title: Switch the log level at which to log to standard output :description: Switch the value of the "log_level_stdout" configuration option. .. option:: set-log-level-stdout-debug :title: Set the log level at which to log to standard output to debug :description: Set the value of the "log_level_stdout" configuration option to "debug" .. option:: set-log-level-stdout-info :title: Set the log level at which to log to standard output to info :description: Set the value of the "log_level_stdout" configuration option to "info" .. option:: set-log-level-stdout-warning :title: Set the log level at which to log to standard output to warning :description: Set the value of the "log_level_stdout" configuration option to "warning" .. option:: set-log-level-stdout-error :title: Set the log level at which to log to standard output to error :description: Set the value of the "log_level_stdout" configuration option to "error" .. option:: set-log-level-stdout-critical :title: Set the log level at which to log to standard output to critical :description: Set the value of the "log_level_stdout" configuration option to "critical" .. option:: switch-clipboard :title: Switch clipboard :description: Switch the value of the "clipboard" configuration option. .. option:: set-clipboard-external :title: Set clipboard to external :description: Set the value of the "clipboard" configuration option to "external" .. option:: set-clipboard-internal :title: Set clipboard to internal :description: Set the value of the "clipboard" configuration option to "internal" .. option:: set-clipboard-terminal :title: Set clipboard to terminal :description: Set the value of the "clipboard" configuration option to "terminal" .. option:: switch-app :title: Switch app :description: Switch the value of the "app" configuration option. .. option:: set-app-console :title: Set app to console :description: Set the value of the "app" configuration option to "console" .. option:: set-app-edit :title: Set app to edit :description: Set the value of the "app" configuration option to "edit" .. option:: set-app-hub :title: Set app to hub :description: Set the value of the "app" configuration option to "hub" .. option:: set-app-notebook :title: Set app to notebook :description: Set the value of the "app" configuration option to "notebook" .. option:: set-app-preview :title: Set app to preview :description: Set the value of the "app" configuration option to "preview" .. option:: switch-edit-mode :title: Switch Editor key bindings :description: Switch the value of the "edit_mode" configuration option. .. option:: set-edit-mode-micro :title: Set Editor key bindings to micro :description: Set the value of the "edit_mode" configuration option to "micro" .. option:: set-edit-mode-emacs :title: Set Editor key bindings to emacs :description: Set the value of the "edit_mode" configuration option to "emacs" .. option:: set-edit-mode-vi :title: Set Editor key bindings to vi :description: Set the value of the "edit_mode" configuration option to "vi" .. option:: switch-tab-size :title: Switch tab size :description: Switch the value of the "tab_size" configuration option. .. option:: toggle-syntax-highlighting :title: Toggle syntax highlighting :description: Syntax highlighting .. option:: set-syntax-theme-euporie :title: Set syntax theme to euporie :description: Set the value of the "syntax_theme" configuration option to "euporie" .. option:: set-syntax-theme-abap :title: Set syntax theme to abap :description: Set the value of the "syntax_theme" configuration option to "abap" .. option:: set-syntax-theme-algol :title: Set syntax theme to algol :description: Set the value of the "syntax_theme" configuration option to "algol" .. option:: set-syntax-theme-algol_nu :title: Set syntax theme to algol_nu :description: Set the value of the "syntax_theme" configuration option to "algol_nu" .. option:: set-syntax-theme-arduino :title: Set syntax theme to arduino :description: Set the value of the "syntax_theme" configuration option to "arduino" .. option:: set-syntax-theme-autumn :title: Set syntax theme to autumn :description: Set the value of the "syntax_theme" configuration option to "autumn" .. option:: set-syntax-theme-bw :title: Set syntax theme to bw :description: Set the value of the "syntax_theme" configuration option to "bw" .. option:: set-syntax-theme-borland :title: Set syntax theme to borland :description: Set the value of the "syntax_theme" configuration option to "borland" .. option:: set-syntax-theme-coffee :title: Set syntax theme to coffee :description: Set the value of the "syntax_theme" configuration option to "coffee" .. option:: set-syntax-theme-colorful :title: Set syntax theme to colorful :description: Set the value of the "syntax_theme" configuration option to "colorful" .. option:: set-syntax-theme-default :title: Set syntax theme to default :description: Set the value of the "syntax_theme" configuration option to "default" .. option:: set-syntax-theme-dracula :title: Set syntax theme to dracula :description: Set the value of the "syntax_theme" configuration option to "dracula" .. option:: set-syntax-theme-emacs :title: Set syntax theme to emacs :description: Set the value of the "syntax_theme" configuration option to "emacs" .. option:: set-syntax-theme-friendly_grayscale :title: Set syntax theme to friendly_grayscale :description: Set the value of the "syntax_theme" configuration option to "friendly_grayscale" .. option:: set-syntax-theme-friendly :title: Set syntax theme to friendly :description: Set the value of the "syntax_theme" configuration option to "friendly" .. option:: set-syntax-theme-fruity :title: Set syntax theme to fruity :description: Set the value of the "syntax_theme" configuration option to "fruity" .. option:: set-syntax-theme-github-dark :title: Set syntax theme to github-dark :description: Set the value of the "syntax_theme" configuration option to "github-dark" .. option:: set-syntax-theme-gruvbox-dark :title: Set syntax theme to gruvbox-dark :description: Set the value of the "syntax_theme" configuration option to "gruvbox-dark" .. option:: set-syntax-theme-gruvbox-light :title: Set syntax theme to gruvbox-light :description: Set the value of the "syntax_theme" configuration option to "gruvbox-light" .. option:: set-syntax-theme-igor :title: Set syntax theme to igor :description: Set the value of the "syntax_theme" configuration option to "igor" .. option:: set-syntax-theme-inkpot :title: Set syntax theme to inkpot :description: Set the value of the "syntax_theme" configuration option to "inkpot" .. option:: set-syntax-theme-lightbulb :title: Set syntax theme to lightbulb :description: Set the value of the "syntax_theme" configuration option to "lightbulb" .. option:: set-syntax-theme-lilypond :title: Set syntax theme to lilypond :description: Set the value of the "syntax_theme" configuration option to "lilypond" .. option:: set-syntax-theme-lovelace :title: Set syntax theme to lovelace :description: Set the value of the "syntax_theme" configuration option to "lovelace" .. option:: set-syntax-theme-manni :title: Set syntax theme to manni :description: Set the value of the "syntax_theme" configuration option to "manni" .. option:: set-syntax-theme-material :title: Set syntax theme to material :description: Set the value of the "syntax_theme" configuration option to "material" .. option:: set-syntax-theme-monokai :title: Set syntax theme to monokai :description: Set the value of the "syntax_theme" configuration option to "monokai" .. option:: set-syntax-theme-murphy :title: Set syntax theme to murphy :description: Set the value of the "syntax_theme" configuration option to "murphy" .. option:: set-syntax-theme-native :title: Set syntax theme to native :description: Set the value of the "syntax_theme" configuration option to "native" .. option:: set-syntax-theme-nord-darker :title: Set syntax theme to nord-darker :description: Set the value of the "syntax_theme" configuration option to "nord-darker" .. option:: set-syntax-theme-nord :title: Set syntax theme to nord :description: Set the value of the "syntax_theme" configuration option to "nord" .. option:: set-syntax-theme-one-dark :title: Set syntax theme to one-dark :description: Set the value of the "syntax_theme" configuration option to "one-dark" .. option:: set-syntax-theme-paraiso-dark :title: Set syntax theme to paraiso-dark :description: Set the value of the "syntax_theme" configuration option to "paraiso-dark" .. option:: set-syntax-theme-paraiso-light :title: Set syntax theme to paraiso-light :description: Set the value of the "syntax_theme" configuration option to "paraiso-light" .. option:: set-syntax-theme-pastie :title: Set syntax theme to pastie :description: Set the value of the "syntax_theme" configuration option to "pastie" .. option:: set-syntax-theme-perldoc :title: Set syntax theme to perldoc :description: Set the value of the "syntax_theme" configuration option to "perldoc" .. option:: set-syntax-theme-rainbow_dash :title: Set syntax theme to rainbow_dash :description: Set the value of the "syntax_theme" configuration option to "rainbow_dash" .. option:: set-syntax-theme-rrt :title: Set syntax theme to rrt :description: Set the value of the "syntax_theme" configuration option to "rrt" .. option:: set-syntax-theme-sas :title: Set syntax theme to sas :description: Set the value of the "syntax_theme" configuration option to "sas" .. option:: set-syntax-theme-solarized-dark :title: Set syntax theme to solarized-dark :description: Set the value of the "syntax_theme" configuration option to "solarized-dark" .. option:: set-syntax-theme-solarized-light :title: Set syntax theme to solarized-light :description: Set the value of the "syntax_theme" configuration option to "solarized-light" .. option:: set-syntax-theme-staroffice :title: Set syntax theme to staroffice :description: Set the value of the "syntax_theme" configuration option to "staroffice" .. option:: set-syntax-theme-stata-dark :title: Set syntax theme to stata-dark :description: Set the value of the "syntax_theme" configuration option to "stata-dark" .. option:: set-syntax-theme-stata-light :title: Set syntax theme to stata-light :description: Set the value of the "syntax_theme" configuration option to "stata-light" .. option:: set-syntax-theme-tango :title: Set syntax theme to tango :description: Set the value of the "syntax_theme" configuration option to "tango" .. option:: set-syntax-theme-trac :title: Set syntax theme to trac :description: Set the value of the "syntax_theme" configuration option to "trac" .. option:: set-syntax-theme-vim :title: Set syntax theme to vim :description: Set the value of the "syntax_theme" configuration option to "vim" .. option:: set-syntax-theme-vs :title: Set syntax theme to vs :description: Set the value of the "syntax_theme" configuration option to "vs" .. option:: set-syntax-theme-xcode :title: Set syntax theme to xcode :description: Set the value of the "syntax_theme" configuration option to "xcode" .. option:: set-syntax-theme-zenburn :title: Set syntax theme to zenburn :description: Set the value of the "syntax_theme" configuration option to "zenburn" .. option:: switch-color-depth :title: Switch color depth :description: Switch the value of the "color_depth" configuration option. .. option:: set-color-depth-1 :title: Set color depth to 1 :description: Set the value of the "color_depth" configuration option to "1" .. option:: set-color-depth-4 :title: Set color depth to 4 :description: Set the value of the "color_depth" configuration option to "4" .. option:: set-color-depth-8 :title: Set color depth to 8 :description: Set the value of the "color_depth" configuration option to "8" .. option:: set-color-depth-24 :title: Set color depth to 24 :description: Set the value of the "color_depth" configuration option to "24" .. option:: toggle-multiplexer-passthrough :title: Toggle multiplexer passthrough :description: Use passthrough from within terminal multiplexers .. option:: switch-color-scheme :title: Switch color scheme :description: Switch the value of the "color_scheme" configuration option. .. option:: set-color-scheme-default :title: Set color scheme to default :description: Set the value of the "color_scheme" configuration option to "default" .. option:: set-color-scheme-inverse :title: Set color scheme to inverse :description: Set the value of the "color_scheme" configuration option to "inverse" .. option:: set-color-scheme-light :title: Set color scheme to light :description: Set the value of the "color_scheme" configuration option to "light" .. option:: set-color-scheme-dark :title: Set color scheme to dark :description: Set the value of the "color_scheme" configuration option to "dark" .. option:: set-color-scheme-black :title: Set color scheme to black :description: Set the value of the "color_scheme" configuration option to "black" .. option:: set-color-scheme-white :title: Set color scheme to white :description: Set the value of the "color_scheme" configuration option to "white" .. option:: set-color-scheme-custom :title: Set color scheme to custom :description: Set the value of the "color_scheme" configuration option to "custom" .. option:: switch-graphics :title: Switch graphics :description: Switch the value of the "graphics" configuration option. .. option:: set-graphics-none :title: Set graphics to none :description: Set the value of the "graphics" configuration option to "none" .. option:: set-graphics-sixel :title: Set graphics to sixel :description: Set the value of the "graphics" configuration option to "sixel" .. option:: set-graphics-kitty :title: Set graphics to kitty :description: Set the value of the "graphics" configuration option to "kitty" .. option:: set-graphics-kitty-unicode :title: Set graphics to kitty-unicode :description: Set the value of the "graphics" configuration option to "kitty-unicode" .. option:: set-graphics-iterm :title: Set graphics to iterm :description: Set the value of the "graphics" configuration option to "iterm" .. option:: toggle-force-graphics :title: Toggle force graphics :description: Force use of specified graphics protocol .. option:: toggle-enable-language-servers :title: Toggle enable language servers :description: Enable language server support .. option:: toggle-set-cursor-shape :title: Toggle set cursor shape :description: Whether to set the shape of the cursor depending on the editing mode .. option:: toggle-cursor-blink :title: Toggle cursor blink :description: Whether to blink the cursor .. option:: toggle-warn-venv :title: Toggle warn venv :description: Warn when running in a virtual environment .. option:: toggle-backup-on-save :title: Toggle backup on save :description: Create backups before saving files .. option:: toggle-record-cell-timing :title: Toggle cell timing recording :description: Should timing data be recorded in cell metadata. .. option:: toggle-show-remote-inputs :title: Toggle show remote inputs :description: Display inputs sent to the kernel by other clients .. option:: toggle-show-remote-outputs :title: Toggle show remote outputs :description: Display kernel outputs triggered by other clients .. option:: toggle-save-widget-state :title: Toggle save widget state :description: Save a notebook's widget state in the notebook metadata .. option:: switch-max-notebook-width :title: Switch max notebook width :description: Switch the value of the "max_notebook_width" configuration option. .. option:: toggle-expand :title: Toggle expand :description: Use the full width to display notebooks .. option:: toggle-wrap-cell-outputs :title: Toggle wrap cell outputs :description: Wrap cell output text. .. option:: switch-text-output-limit :title: Switch text output limit :description: Switch the value of the "text_output_limit" configuration option. .. option:: toggle-show-file-icons :title: Toggle File icons :description: Show file icons in the file manager .. option:: toggle-show-hidden-files :title: Toggle Hidden files :description: Show hidden files in the file manager .. option:: toggle-line-numbers :title: Toggle line numbers :description: Show or hide line numbers .. option:: toggle-relative-line-numbers :title: Toggle relative line numbers :description: Use relative line numbers .. option:: toggle-autoformat :title: Toggle autoformat :description: Automatically re-format code cells when run .. option:: toggle-autocomplete :title: Toggle autocomplete :description: Provide completions suggestions automatically .. option:: switch-autosuggest :title: Switch autosuggest :description: Switch the value of the "autosuggest" configuration option. .. option:: set-autosuggest-smart :title: Set autosuggest to smart :description: Set the value of the "autosuggest" configuration option to "smart" .. option:: set-autosuggest-simple :title: Set autosuggest to simple :description: Set the value of the "autosuggest" configuration option to "simple" .. option:: set-autosuggest-none :title: Set autosuggest to none :description: Set the value of the "autosuggest" configuration option to "none" .. option:: toggle-autoinspect :title: Toggle autoinspect :description: Display contextual help automatically .. option:: toggle-show-status-bar :title: Toggle status bar :description: Show the status bar .. option:: toggle-show-shadows :title: Toggle show shadows :description: Show or hide shadows under menus and dialogs .. option:: toggle-show-cell-borders :title: Toggle cell borders :description: Show or hide cell borders. .. _commands-euporie-hub-end: .. _commands-euporie-notebook-start: .. option:: activate-command-bar :title: Activate command bar :description: Enter command mode. .. option:: activate-command-bar-alt :title: Activate command bar alt :description: Enter command mode. .. option:: activate-command-bar-shell-alt :title: Activate command bar shell alt :description: Enter command mode. .. option:: activate-command-bar-shell :title: Activate command bar shell :description: Enter command mode. .. option:: deactivate-command-bar :title: Deactivate command bar :description: Exit command mode. .. option:: run-shell-command :title: Run shell command :description: Run system command. .. option:: shell :title: Run shell command :description: Run system command. .. option:: find :title: Find :description: Enter search mode. .. option:: find-next :title: Find next :description: Find the next search match. .. option:: find-previous :title: Find previous :description: Find the previous search match. .. option:: stop-search :title: Stop search :description: Abort the search. .. option:: accept-search :title: Accept search :description: Accept the search input. .. option:: replace-all :title: Replace all :description: Find and replace text in all searchable buffers. .. option:: about :title: About :description: Show the about dialog. .. option:: keyboard-shortcuts :title: Keyboard shortcuts :description: Display details of registered key-bindings in a dialog. .. option:: scroll-display-left :title: Scroll display left :description: Scroll the display up one line. .. option:: scroll-display-right :title: Scroll display right :description: Scroll the display down one line. .. option:: scroll-display-up :title: Scroll display up :description: Scroll the display up one line. .. option:: scroll-display-down :title: Scroll display down :description: Scroll the display down one line. .. option:: page-up-display :title: Page up display :description: Scroll the display up one page. .. option:: page-down-display :title: Page down display :description: Scroll the display down one page. .. option:: go-to-start-of-display :title: Go to start of display :description: Scroll the display to the top. .. option:: go-to-end-of-display :title: Go to end of display :description: Scroll the display down one page. .. option:: close-pager :title: Close pager :description: Close the pager. .. option:: toggle-command-palette :title: Toggle command palette :description: Show the command palette. .. option:: show-command-palette :title: Show command palette :description: Show the command palette. .. option:: hide-command-palette :title: Hide command palette :description: Hide the command palette. .. option:: quit :title: Quit :description: Quit euporie. .. option:: q :title: Quit :description: Quit euporie. .. option:: force-quit :title: Force quit :description: Quit euporie without saving any changes. .. option:: q! :title: Force quit :description: Quit euporie without saving any changes. .. option:: open-file :title: Open file :description: Open a file. .. option:: o :title: Open file :description: Open a file. .. option:: close-tab :title: Close tab :description: Close the current tab. .. option:: bc :title: Close tab :description: Close the current tab. .. option:: next-tab :title: Next tab :description: Switch to the next tab. .. option:: bn :title: Next tab :description: Switch to the next tab. .. option:: previous-tab :title: Previous tab :description: Switch to the previous tab. .. option:: bp :title: Previous tab :description: Switch to the previous tab. .. option:: focus-next :title: Focus next :description: Focus the next control. .. option:: focus-previous :title: Focus previous :description: Focus the previous control. .. option:: clear-screen :title: Clear screen :description: Clear the screen. .. option:: go-to :title: Go to :description: Go to a line or cell by number. .. option:: :title: Go to :description: Go to a line or cell by number. .. option:: type-key :title: Type key :description: Enter a key. .. option:: complete-bracket-() :title: Complete bracket () :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-() :title: Close bracket () :description: Create a new function with partial application of the given argumentsand keywords. .. option:: complete-bracket-[] :title: Complete bracket [] :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-[] :title: Close bracket [] :description: Create a new function with partial application of the given argumentsand keywords. .. option:: complete-bracket-{} :title: Complete bracket {} :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-{} :title: Close bracket {} :description: Create a new function with partial application of the given argumentsand keywords. .. option:: next-completion :title: Next completion :description: Show the completion menu and select the next completion. .. option:: previous-completion :title: Previous completion :description: Show the completion menu and select the previous completion. .. option:: cancel-completion :title: Cancel completion :description: Cancel a completion. .. option:: accept-completion :title: Accept completion :description: Accept a selected completion. .. option:: toggle-overwrite-mode :title: Toggle overwrite mode :description: Toggle overwrite when using micro editing mode. .. option:: start-macro :title: Start macro :description: Start recording a macro. .. option:: end-macro :title: End macro :description: Stop recording a macro. .. option:: run-macro :title: Run macro :description: Re-execute the last keyboard macro defined. .. option:: backspace :title: Delete previous character :description: Delete the character behind the cursor. .. option:: delete :title: Delete character :description: Delete character before the cursor. .. option:: backward-kill-word :title: Delete previous word :description: Delete the word behind the cursor, using whitespace as a word boundary. .. option:: backward-word :title: Move back one word :description: Move back to the start of the current or previous word. .. option:: forward-word :title: Move forward one word :description: Move forward to the end of the next word. .. option:: beginning-of-buffer :title: Move to the beginning of the input :description: Move to the start of the buffer. .. option:: end-of-buffer :title: Move to the end of the input :description: Move to the end of the buffer. .. option:: scroll-backward :title: Scroll backward :description: Scroll window up. .. option:: scroll-forward :title: Scroll forward :description: Scroll window down. .. option:: scroll-half-page-down :title: Scroll down half a page :description: Same as ControlF, but only scroll half a page. .. option:: scroll-half-page-up :title: Scroll up half a page :description: Same as ControlB, but only scroll half a page. .. option:: scroll-one-line-down :title: Scroll down one line :description: scroll_offset += 1. .. option:: scroll-one-line-up :title: Scroll up one line :description: scroll_offset -= 1. .. option:: move-cursor-left :title: Move cursor left :description: Move back a character, or up a line. .. option:: move-cursor-right :title: Move cursor right :description: Move forward a character, or down a line. .. option:: go-to-start-of-line :title: Go to start of line :description: Move the cursor to the start of the line. .. option:: go-to-end-of-line :title: Go to end of line :description: Move the cursor to the end of the line. .. option:: go-to-start-of-paragraph :title: Go to start of paragraph :description: Move the cursor to the start of the current paragraph. .. option:: go-to-end-of-paragraph :title: Go to end of paragraph :description: Move the cursor to the end of the current paragraph. .. option:: toggle-comment :title: Toggle comment :description: Comment or uncomments the current or selected lines. .. option:: wrap-selection-"" :title: Wrap selection in "" :description: Wraps the current selection with: "" .. option:: wrap-selection-'' :title: Wrap selection in '' :description: Wraps the current selection with: '' .. option:: wrap-selection-() :title: Wrap selection in () :description: Wraps the current selection with: () .. option:: wrap-selection-{} :title: Wrap selection in {} :description: Wraps the current selection with: {} .. option:: wrap-selection-[] :title: Wrap selection in [] :description: Wraps the current selection with: [] .. option:: wrap-selection-`` :title: Wrap selection in `` :description: Wraps the current selection with: `` .. option:: wrap-selection-** :title: Wrap selection in ** :description: Wraps the current selection with: ** .. option:: wrap-selection-__ :title: Wrap selection in __ :description: Wraps the current selection with: __ .. option:: wrap-selection-<> :title: Wrap selection in <> :description: Wraps the current selection with: <> .. option:: duplicate-line :title: Duplicate line :description: Duplicate the current line. .. option:: duplicate-selection :title: Duplicate selection :description: Duplicate the current selection. .. option:: paste-clipboard :title: Paste :description: Pate the clipboard contents, replacing any current selection. .. option:: copy-selection :title: Copy :description: Add the current selection to the clipboard. .. option:: cut-selection :title: Cut :description: Remove the current selection and adds it to the clipboard. .. option:: cut-line :title: Cut line :description: Remove the current line adds it to the clipboard. .. option:: move-lines-up :title: Move lines up :description: Move the current or selected lines up by one line. .. option:: move-lines-down :title: Move lines down :description: Move the current or selected lines down by one line. .. option:: accept-line :title: Accept line :description: Accept an input. .. option:: newline :title: Newline :description: Inert a new line, replacing any selection and indenting if appropriate. .. option:: indent-lines :title: Indent lines :description: Inndent the current or selected lines. .. option:: unindent-lines :title: Unindent lines :description: Unindent the current or selected lines. .. option:: unindent-line :title: Unindent line :description: Unindent the current or selected lines. .. option:: toggle-case :title: Toggle case :description: Toggle the case of the current word or selection. .. option:: undo :title: Undo :description: Undo the last edit. .. option:: redo :title: Redo :description: Redo the last edit. .. option:: select-all :title: Select all :description: Select all text. .. option:: start-selection :title: Start selection :description: Start a new selection. .. option:: extend-selection :title: Extend selection :description: Extend the selection. .. option:: replace-selection :title: Replace selection :description: Replace selection by what is typed. .. option:: delete-selection :title: Delete selection :description: Delete the contents of the current selection. .. option:: cancel-selection :title: Cancel selection :description: Cancel the selection. .. option:: go-to-matching-bracket :title: Go to matching bracket :description: Go to matching bracket if the cursor is on a paired bracket. .. option:: accept-suggestion :title: Accept suggestion :description: Accept suggestion. .. option:: fill-suggestion :title: Fill suggestion :description: Fill partial suggestion. .. option:: scroll-page-down :title: Scroll page down :description: Scroll page down (prefer the cursor at the top of the page, after scrolling). .. option:: scroll-page-up :title: Scroll page up :description: Scroll page up (prefer the cursor at the bottom of the page, after scrolling). .. option:: save-file :title: Save file :description: Save the current file. .. option:: w :title: Save file :description: Save the current file. .. option:: save-and-quit :title: Save and quit :description: Save the current tab then quits euporie. .. option:: wq :title: Save and quit :description: Save the current tab then quits euporie. .. option:: x :title: Save and quit :description: Save the current tab then quits euporie. .. option:: save-as :title: Save as :description: Save the current file at a new location. .. option:: refresh-tab :title: Refresh the current tab :description: Reload the tab contents and reset the tab. .. option:: reset-tab :title: Reset the current tab :description: Reset the current tab .. option:: new-notebook :title: New notebook :description: Create a new notebook file. .. option:: n :title: New notebook :description: Create a new notebook file. .. option:: new-console :title: New console :description: Create a console tab. .. option:: nc :title: New console :description: Create a console tab. .. option:: new-text-file :title: New text file :description: Create a text file. .. option:: nt :title: New text file :description: Create a text file. .. option:: view-documentation :title: View documentation :description: Open the documentation in a web-view tab. .. option:: toggle-side-bar-pane :title: Toggle side bar pane :description: Open or close the current side-bar pane. .. option:: change-kernel :title: Change kernel :description: Change the notebook's kernel. .. option:: view-logs :title: View logs :description: Open the logs in a new tab. .. option:: enter-cell-edit-mode :title: Enter cell edit mode :description: Enter cell edit mode. .. option:: exit-edit-mode :title: Exit edit mode :description: Exit cell edit mode. .. option:: run-selected-cells :title: Run selected cells :description: Run or render the current cells. .. option:: run-and-select-next :title: Run selected cells and select next cell :description: Run or render the current cells and select the next cell. .. option:: run-cell-and-insert-below :title: Run cell and insert below :description: Run or render the current cells and insert a new cell below. .. option:: run-all-cells :title: Run all cells :description: Run or render all the cells in the current notebook. .. option:: add-cell-above :title: Add cell above :description: Add a new cell above the current. .. option:: add-cell-below :title: Add cell below :description: Add a new cell below the current. .. option:: delete-cells :title: Delete cells :description: Delete the current cells. .. option:: undelete-cells :title: Undelete cells :description: Undelete the last deleted cells. .. option:: cut-cells :title: Cut cells :description: Cut the current cells. .. option:: copy-cells :title: Copy cells :description: Copy the current cells. .. option:: copy-outputs :title: Copy outputs :description: Copy the cell's output to the clipboard. .. option:: paste-cells :title: Paste cells :description: Pate the previously copied cells. .. option:: merge-cells :title: Merge cells :description: Merge the selected cells. .. option:: scroll-up :title: Scroll up :description: Scroll the page up a line. .. option:: scroll-down :title: Scroll down :description: Scroll the page down a line. .. option:: scroll-up-5-lines :title: Scroll up 5 lines :description: Scroll the page up 5 lines. .. option:: scroll-down-5-lines :title: Scroll down 5 lines :description: Scroll the page down 5 lines. .. option:: select-first-cell :title: Select first cell :description: Select the first cell in the notebook. .. option:: select-5th-previous-cell :title: Select 5th previous cell :description: Go up 5 cells. .. option:: select-previous-cell :title: Select previous cell :description: Go up one cell. .. option:: select-next-cell :title: Select next cell :description: Select the next cell. .. option:: select-5th-next-cell :title: Select 5th next cell :description: Go down 5 cells. .. option:: select-last-cell :title: Select last cell :description: Select the last cell in the notebook. .. option:: select-all-cells :title: Select all cells :description: Select all cells in the notebook. .. option:: extend-cell-selection-to-top :title: Extend cell selection to top :description: Extend the cell selection to the top of the notebook. .. option:: extend-cell-selection-up :title: Extend cell selection up :description: Extend the cell selection up a cell. .. option:: extend-cell-selection-down :title: Extend cell selection down :description: Extend the cell selection down a cell. .. option:: extend-cell-selection-to-bottom :title: Extend cell selection to bottom :description: Extend the cell selection to the bottom of the notebook. .. option:: move-cells-up :title: Move cells up :description: Move selected cells up. .. option:: move-cells-down :title: Move cells down :description: Move selected cells down. .. option:: cells-to-markdown :title: Cells to markdown :description: Change selected cells to markdown cells. .. option:: cells-to-code :title: Cells to code :description: Change selected cells to code cells. .. option:: cells-to-raw :title: Cells to raw :description: Change selected cells to raw cells. .. option:: clear-cell-outputs :title: Clear cell outputs :description: Clear the outputs of the selected cells. .. option:: clear-all-outputs :title: Clear all outputs :description: Clear the outputs of the selected cells. .. option:: show-cell-inputs :title: Expand cell inputs :description: Expand the selected cells' inputs. .. option:: hide-cell-inputs :title: Collapse cell inputs :description: Collapse the selected cells' inputs. .. option:: toggle-cell-inputs :title: Toggle cell inputs :description: Toggle the visibility of the selected cells' inputs. .. option:: show-cell-outputs :title: Expand cell outputs :description: Expand the selected cells' outputs. .. option:: hide-cell-outputs :title: Collapse cell outputs :description: Collapse the selected cells' outputs. .. option:: toggle-cell-outputs :title: Toggle cell outputs :description: Toggle the visibility of the selected cells' outputs. .. option:: reformat-cells :title: Reformat cells :description: Format the selected code cells. .. option:: reformat-notebook :title: Reformat notebook :description: Automatically reformat all code cells in the notebook. .. option:: fmt :title: Reformat notebook :description: Automatically reformat all code cells in the notebook. .. option:: edit-in-external-editor :title: Edit in external editor :description: Edit cell in $EDITOR. .. option:: split-cell :title: Split cell :description: Split the current cell at the cursor position. .. option:: edit-previous-cell :title: Edit previous cell :description: Move the cursor up to the previous cell. .. option:: edit-previous-cell-vi :title: Edit previous cell vi :description: Move the cursor up to the previous cell. .. option:: edit-next-cell :title: Edit next cell :description: Move the cursor down to the next cell. .. option:: edit-next-cell-vi :title: Edit next cell vi :description: Move the cursor down to the next cell. .. option:: scroll-output-left :title: Scroll output left :description: Scroll the cell output to the left. .. option:: scroll-output-right :title: Scroll output right :description: Scroll the cell output to the right. .. option:: interrupt-kernel :title: Interrupt kernel :description: Interrupt the notebook's kernel. .. option:: restart-kernel :title: Restart kernel :description: Restart the notebook's kernel. .. option:: restart-kernel-and-clear-all-outputs :title: Restart kernel and clear all outputs :description: Restart the notebook's kernel and clear all cell output. .. option:: notebook-toggle-line-numbers :title: Notebook toggle line numbers :description: Toggle line numbers when a buffer does not have focus. .. option:: toggle-version :title: Toggle version :description: Show the version number and exit .. option:: switch-log-level :title: Switch the log level :description: Switch the value of the "log_level" configuration option. .. option:: set-log-level-debug :title: Set the log level to debug :description: Set the value of the "log_level" configuration option to "debug" .. option:: set-log-level-info :title: Set the log level to info :description: Set the value of the "log_level" configuration option to "info" .. option:: set-log-level-warning :title: Set the log level to warning :description: Set the value of the "log_level" configuration option to "warning" .. option:: set-log-level-error :title: Set the log level to error :description: Set the value of the "log_level" configuration option to "error" .. option:: set-log-level-critical :title: Set the log level to critical :description: Set the value of the "log_level" configuration option to "critical" .. option:: switch-log-level-stdout :title: Switch the log level at which to log to standard output :description: Switch the value of the "log_level_stdout" configuration option. .. option:: set-log-level-stdout-debug :title: Set the log level at which to log to standard output to debug :description: Set the value of the "log_level_stdout" configuration option to "debug" .. option:: set-log-level-stdout-info :title: Set the log level at which to log to standard output to info :description: Set the value of the "log_level_stdout" configuration option to "info" .. option:: set-log-level-stdout-warning :title: Set the log level at which to log to standard output to warning :description: Set the value of the "log_level_stdout" configuration option to "warning" .. option:: set-log-level-stdout-error :title: Set the log level at which to log to standard output to error :description: Set the value of the "log_level_stdout" configuration option to "error" .. option:: set-log-level-stdout-critical :title: Set the log level at which to log to standard output to critical :description: Set the value of the "log_level_stdout" configuration option to "critical" .. option:: switch-clipboard :title: Switch clipboard :description: Switch the value of the "clipboard" configuration option. .. option:: set-clipboard-external :title: Set clipboard to external :description: Set the value of the "clipboard" configuration option to "external" .. option:: set-clipboard-internal :title: Set clipboard to internal :description: Set the value of the "clipboard" configuration option to "internal" .. option:: set-clipboard-terminal :title: Set clipboard to terminal :description: Set the value of the "clipboard" configuration option to "terminal" .. option:: switch-app :title: Switch app :description: Switch the value of the "app" configuration option. .. option:: set-app-console :title: Set app to console :description: Set the value of the "app" configuration option to "console" .. option:: set-app-edit :title: Set app to edit :description: Set the value of the "app" configuration option to "edit" .. option:: set-app-hub :title: Set app to hub :description: Set the value of the "app" configuration option to "hub" .. option:: set-app-notebook :title: Set app to notebook :description: Set the value of the "app" configuration option to "notebook" .. option:: set-app-preview :title: Set app to preview :description: Set the value of the "app" configuration option to "preview" .. option:: switch-edit-mode :title: Switch Editor key bindings :description: Switch the value of the "edit_mode" configuration option. .. option:: set-edit-mode-micro :title: Set Editor key bindings to micro :description: Set the value of the "edit_mode" configuration option to "micro" .. option:: set-edit-mode-emacs :title: Set Editor key bindings to emacs :description: Set the value of the "edit_mode" configuration option to "emacs" .. option:: set-edit-mode-vi :title: Set Editor key bindings to vi :description: Set the value of the "edit_mode" configuration option to "vi" .. option:: switch-tab-size :title: Switch tab size :description: Switch the value of the "tab_size" configuration option. .. option:: toggle-syntax-highlighting :title: Toggle syntax highlighting :description: Syntax highlighting .. option:: set-syntax-theme-euporie :title: Set syntax theme to euporie :description: Set the value of the "syntax_theme" configuration option to "euporie" .. option:: set-syntax-theme-abap :title: Set syntax theme to abap :description: Set the value of the "syntax_theme" configuration option to "abap" .. option:: set-syntax-theme-algol :title: Set syntax theme to algol :description: Set the value of the "syntax_theme" configuration option to "algol" .. option:: set-syntax-theme-algol_nu :title: Set syntax theme to algol_nu :description: Set the value of the "syntax_theme" configuration option to "algol_nu" .. option:: set-syntax-theme-arduino :title: Set syntax theme to arduino :description: Set the value of the "syntax_theme" configuration option to "arduino" .. option:: set-syntax-theme-autumn :title: Set syntax theme to autumn :description: Set the value of the "syntax_theme" configuration option to "autumn" .. option:: set-syntax-theme-bw :title: Set syntax theme to bw :description: Set the value of the "syntax_theme" configuration option to "bw" .. option:: set-syntax-theme-borland :title: Set syntax theme to borland :description: Set the value of the "syntax_theme" configuration option to "borland" .. option:: set-syntax-theme-coffee :title: Set syntax theme to coffee :description: Set the value of the "syntax_theme" configuration option to "coffee" .. option:: set-syntax-theme-colorful :title: Set syntax theme to colorful :description: Set the value of the "syntax_theme" configuration option to "colorful" .. option:: set-syntax-theme-default :title: Set syntax theme to default :description: Set the value of the "syntax_theme" configuration option to "default" .. option:: set-syntax-theme-dracula :title: Set syntax theme to dracula :description: Set the value of the "syntax_theme" configuration option to "dracula" .. option:: set-syntax-theme-emacs :title: Set syntax theme to emacs :description: Set the value of the "syntax_theme" configuration option to "emacs" .. option:: set-syntax-theme-friendly_grayscale :title: Set syntax theme to friendly_grayscale :description: Set the value of the "syntax_theme" configuration option to "friendly_grayscale" .. option:: set-syntax-theme-friendly :title: Set syntax theme to friendly :description: Set the value of the "syntax_theme" configuration option to "friendly" .. option:: set-syntax-theme-fruity :title: Set syntax theme to fruity :description: Set the value of the "syntax_theme" configuration option to "fruity" .. option:: set-syntax-theme-github-dark :title: Set syntax theme to github-dark :description: Set the value of the "syntax_theme" configuration option to "github-dark" .. option:: set-syntax-theme-gruvbox-dark :title: Set syntax theme to gruvbox-dark :description: Set the value of the "syntax_theme" configuration option to "gruvbox-dark" .. option:: set-syntax-theme-gruvbox-light :title: Set syntax theme to gruvbox-light :description: Set the value of the "syntax_theme" configuration option to "gruvbox-light" .. option:: set-syntax-theme-igor :title: Set syntax theme to igor :description: Set the value of the "syntax_theme" configuration option to "igor" .. option:: set-syntax-theme-inkpot :title: Set syntax theme to inkpot :description: Set the value of the "syntax_theme" configuration option to "inkpot" .. option:: set-syntax-theme-lightbulb :title: Set syntax theme to lightbulb :description: Set the value of the "syntax_theme" configuration option to "lightbulb" .. option:: set-syntax-theme-lilypond :title: Set syntax theme to lilypond :description: Set the value of the "syntax_theme" configuration option to "lilypond" .. option:: set-syntax-theme-lovelace :title: Set syntax theme to lovelace :description: Set the value of the "syntax_theme" configuration option to "lovelace" .. option:: set-syntax-theme-manni :title: Set syntax theme to manni :description: Set the value of the "syntax_theme" configuration option to "manni" .. option:: set-syntax-theme-material :title: Set syntax theme to material :description: Set the value of the "syntax_theme" configuration option to "material" .. option:: set-syntax-theme-monokai :title: Set syntax theme to monokai :description: Set the value of the "syntax_theme" configuration option to "monokai" .. option:: set-syntax-theme-murphy :title: Set syntax theme to murphy :description: Set the value of the "syntax_theme" configuration option to "murphy" .. option:: set-syntax-theme-native :title: Set syntax theme to native :description: Set the value of the "syntax_theme" configuration option to "native" .. option:: set-syntax-theme-nord-darker :title: Set syntax theme to nord-darker :description: Set the value of the "syntax_theme" configuration option to "nord-darker" .. option:: set-syntax-theme-nord :title: Set syntax theme to nord :description: Set the value of the "syntax_theme" configuration option to "nord" .. option:: set-syntax-theme-one-dark :title: Set syntax theme to one-dark :description: Set the value of the "syntax_theme" configuration option to "one-dark" .. option:: set-syntax-theme-paraiso-dark :title: Set syntax theme to paraiso-dark :description: Set the value of the "syntax_theme" configuration option to "paraiso-dark" .. option:: set-syntax-theme-paraiso-light :title: Set syntax theme to paraiso-light :description: Set the value of the "syntax_theme" configuration option to "paraiso-light" .. option:: set-syntax-theme-pastie :title: Set syntax theme to pastie :description: Set the value of the "syntax_theme" configuration option to "pastie" .. option:: set-syntax-theme-perldoc :title: Set syntax theme to perldoc :description: Set the value of the "syntax_theme" configuration option to "perldoc" .. option:: set-syntax-theme-rainbow_dash :title: Set syntax theme to rainbow_dash :description: Set the value of the "syntax_theme" configuration option to "rainbow_dash" .. option:: set-syntax-theme-rrt :title: Set syntax theme to rrt :description: Set the value of the "syntax_theme" configuration option to "rrt" .. option:: set-syntax-theme-sas :title: Set syntax theme to sas :description: Set the value of the "syntax_theme" configuration option to "sas" .. option:: set-syntax-theme-solarized-dark :title: Set syntax theme to solarized-dark :description: Set the value of the "syntax_theme" configuration option to "solarized-dark" .. option:: set-syntax-theme-solarized-light :title: Set syntax theme to solarized-light :description: Set the value of the "syntax_theme" configuration option to "solarized-light" .. option:: set-syntax-theme-staroffice :title: Set syntax theme to staroffice :description: Set the value of the "syntax_theme" configuration option to "staroffice" .. option:: set-syntax-theme-stata-dark :title: Set syntax theme to stata-dark :description: Set the value of the "syntax_theme" configuration option to "stata-dark" .. option:: set-syntax-theme-stata-light :title: Set syntax theme to stata-light :description: Set the value of the "syntax_theme" configuration option to "stata-light" .. option:: set-syntax-theme-tango :title: Set syntax theme to tango :description: Set the value of the "syntax_theme" configuration option to "tango" .. option:: set-syntax-theme-trac :title: Set syntax theme to trac :description: Set the value of the "syntax_theme" configuration option to "trac" .. option:: set-syntax-theme-vim :title: Set syntax theme to vim :description: Set the value of the "syntax_theme" configuration option to "vim" .. option:: set-syntax-theme-vs :title: Set syntax theme to vs :description: Set the value of the "syntax_theme" configuration option to "vs" .. option:: set-syntax-theme-xcode :title: Set syntax theme to xcode :description: Set the value of the "syntax_theme" configuration option to "xcode" .. option:: set-syntax-theme-zenburn :title: Set syntax theme to zenburn :description: Set the value of the "syntax_theme" configuration option to "zenburn" .. option:: switch-color-depth :title: Switch color depth :description: Switch the value of the "color_depth" configuration option. .. option:: set-color-depth-1 :title: Set color depth to 1 :description: Set the value of the "color_depth" configuration option to "1" .. option:: set-color-depth-4 :title: Set color depth to 4 :description: Set the value of the "color_depth" configuration option to "4" .. option:: set-color-depth-8 :title: Set color depth to 8 :description: Set the value of the "color_depth" configuration option to "8" .. option:: set-color-depth-24 :title: Set color depth to 24 :description: Set the value of the "color_depth" configuration option to "24" .. option:: toggle-multiplexer-passthrough :title: Toggle multiplexer passthrough :description: Use passthrough from within terminal multiplexers .. option:: switch-color-scheme :title: Switch color scheme :description: Switch the value of the "color_scheme" configuration option. .. option:: set-color-scheme-default :title: Set color scheme to default :description: Set the value of the "color_scheme" configuration option to "default" .. option:: set-color-scheme-inverse :title: Set color scheme to inverse :description: Set the value of the "color_scheme" configuration option to "inverse" .. option:: set-color-scheme-light :title: Set color scheme to light :description: Set the value of the "color_scheme" configuration option to "light" .. option:: set-color-scheme-dark :title: Set color scheme to dark :description: Set the value of the "color_scheme" configuration option to "dark" .. option:: set-color-scheme-black :title: Set color scheme to black :description: Set the value of the "color_scheme" configuration option to "black" .. option:: set-color-scheme-white :title: Set color scheme to white :description: Set the value of the "color_scheme" configuration option to "white" .. option:: set-color-scheme-custom :title: Set color scheme to custom :description: Set the value of the "color_scheme" configuration option to "custom" .. option:: switch-graphics :title: Switch graphics :description: Switch the value of the "graphics" configuration option. .. option:: set-graphics-none :title: Set graphics to none :description: Set the value of the "graphics" configuration option to "none" .. option:: set-graphics-sixel :title: Set graphics to sixel :description: Set the value of the "graphics" configuration option to "sixel" .. option:: set-graphics-kitty :title: Set graphics to kitty :description: Set the value of the "graphics" configuration option to "kitty" .. option:: set-graphics-kitty-unicode :title: Set graphics to kitty-unicode :description: Set the value of the "graphics" configuration option to "kitty-unicode" .. option:: set-graphics-iterm :title: Set graphics to iterm :description: Set the value of the "graphics" configuration option to "iterm" .. option:: toggle-force-graphics :title: Toggle force graphics :description: Force use of specified graphics protocol .. option:: toggle-enable-language-servers :title: Toggle enable language servers :description: Enable language server support .. option:: toggle-set-cursor-shape :title: Toggle set cursor shape :description: Whether to set the shape of the cursor depending on the editing mode .. option:: toggle-cursor-blink :title: Toggle cursor blink :description: Whether to blink the cursor .. option:: toggle-warn-venv :title: Toggle warn venv :description: Warn when running in a virtual environment .. option:: toggle-backup-on-save :title: Toggle backup on save :description: Create backups before saving files .. option:: toggle-record-cell-timing :title: Toggle cell timing recording :description: Should timing data be recorded in cell metadata. .. option:: toggle-show-remote-inputs :title: Toggle show remote inputs :description: Display inputs sent to the kernel by other clients .. option:: toggle-show-remote-outputs :title: Toggle show remote outputs :description: Display kernel outputs triggered by other clients .. option:: toggle-save-widget-state :title: Toggle save widget state :description: Save a notebook's widget state in the notebook metadata .. option:: switch-max-notebook-width :title: Switch max notebook width :description: Switch the value of the "max_notebook_width" configuration option. .. option:: toggle-expand :title: Toggle expand :description: Use the full width to display notebooks .. option:: toggle-wrap-cell-outputs :title: Toggle wrap cell outputs :description: Wrap cell output text. .. option:: switch-text-output-limit :title: Switch text output limit :description: Switch the value of the "text_output_limit" configuration option. .. option:: toggle-show-file-icons :title: Toggle File icons :description: Show file icons in the file manager .. option:: toggle-show-hidden-files :title: Toggle Hidden files :description: Show hidden files in the file manager .. option:: toggle-line-numbers :title: Toggle line numbers :description: Show or hide line numbers .. option:: toggle-relative-line-numbers :title: Toggle relative line numbers :description: Use relative line numbers .. option:: toggle-autoformat :title: Toggle autoformat :description: Automatically re-format code cells when run .. option:: toggle-autocomplete :title: Toggle autocomplete :description: Provide completions suggestions automatically .. option:: switch-autosuggest :title: Switch autosuggest :description: Switch the value of the "autosuggest" configuration option. .. option:: set-autosuggest-smart :title: Set autosuggest to smart :description: Set the value of the "autosuggest" configuration option to "smart" .. option:: set-autosuggest-simple :title: Set autosuggest to simple :description: Set the value of the "autosuggest" configuration option to "simple" .. option:: set-autosuggest-none :title: Set autosuggest to none :description: Set the value of the "autosuggest" configuration option to "none" .. option:: toggle-autoinspect :title: Toggle autoinspect :description: Display contextual help automatically .. option:: toggle-show-status-bar :title: Toggle status bar :description: Show the status bar .. option:: toggle-show-shadows :title: Toggle show shadows :description: Show or hide shadows under menus and dialogs .. option:: toggle-show-cell-borders :title: Toggle cell borders :description: Show or hide cell borders. .. option:: switch-tab-mode :title: Switch tab mode :description: Switch the value of the "tab_mode" configuration option. .. option:: set-tab-mode-stack :title: Set tab mode to stack :description: Set the value of the "tab_mode" configuration option to "stack" .. option:: set-tab-mode-tile_horizontally :title: Set tab mode to tile_horizontally :description: Set the value of the "tab_mode" configuration option to "tile_horizontally" .. option:: set-tab-mode-tile_vertically :title: Set tab mode to tile_vertically :description: Set the value of the "tab_mode" configuration option to "tile_vertically" .. option:: toggle-always-show-tab-bar :title: Toggle always show tab bar :description: Always show the tab bar .. option:: switch-background-pattern :title: Switch background pattern :description: Switch the value of the "background_pattern" configuration option. .. option:: set-background-pattern-0 :title: Set background pattern to 0 :description: Set the value of the "background_pattern" configuration option to "0" .. option:: set-background-pattern-1 :title: Set background pattern to 1 :description: Set the value of the "background_pattern" configuration option to "1" .. option:: set-background-pattern-2 :title: Set background pattern to 2 :description: Set the value of the "background_pattern" configuration option to "2" .. option:: set-background-pattern-3 :title: Set background pattern to 3 :description: Set the value of the "background_pattern" configuration option to "3" .. option:: set-background-pattern-4 :title: Set background pattern to 4 :description: Set the value of the "background_pattern" configuration option to "4" .. option:: set-background-pattern-5 :title: Set background pattern to 5 :description: Set the value of the "background_pattern" configuration option to "5" .. option:: toggle-run-after-external-edit :title: Toggle run after external edit :description: Run cells after editing externally .. option:: toggle-run :title: Toggle run :description: Run the notebook files when loaded .. option:: toggle-show-top-bar :title: Toggle top bar :description: Show the top bar .. option:: toggle-show-side-bar :title: Toggle side-bar :description: Show the side-bar .. option:: switch-side-bar-width :title: Switch side bar width :description: Switch the value of the "side_bar_width" configuration option. .. option:: toggle-show-scroll-bar :title: Toggle scroll bar :description: Show the scroll bar .. _commands-euporie-notebook-end: .. _commands-euporie-preview-start: .. option:: refresh-tab :title: Refresh the current tab :description: Reload the tab contents and reset the tab. .. option:: reset-tab :title: Reset the current tab :description: Reset the current tab .. option:: save-file :title: Save file :description: Save the current file. .. option:: w :title: Save file :description: Save the current file. .. option:: change-kernel :title: Change kernel :description: Change the notebook's kernel. .. option:: scroll-display-left :title: Scroll display left :description: Scroll the display up one line. .. option:: scroll-display-right :title: Scroll display right :description: Scroll the display down one line. .. option:: scroll-display-up :title: Scroll display up :description: Scroll the display up one line. .. option:: scroll-display-down :title: Scroll display down :description: Scroll the display down one line. .. option:: page-up-display :title: Page up display :description: Scroll the display up one page. .. option:: page-down-display :title: Page down display :description: Scroll the display down one page. .. option:: go-to-start-of-display :title: Go to start of display :description: Scroll the display to the top. .. option:: go-to-end-of-display :title: Go to end of display :description: Scroll the display down one page. .. option:: show-contextual-help :title: Show contextual help :description: Display contextual help. .. option:: history-prev :title: History prev :description: Get the previous history entry. .. option:: history-next :title: History next :description: Get the next history entry. .. option:: reformat-input :title: Reformat input :description: Format the contents of the current input field. .. option:: quit :title: Quit :description: Quit euporie. .. option:: q :title: Quit :description: Quit euporie. .. option:: force-quit :title: Force quit :description: Quit euporie without saving any changes. .. option:: q! :title: Force quit :description: Quit euporie without saving any changes. .. option:: open-file :title: Open file :description: Open a file. .. option:: o :title: Open file :description: Open a file. .. option:: close-tab :title: Close tab :description: Close the current tab. .. option:: bc :title: Close tab :description: Close the current tab. .. option:: next-tab :title: Next tab :description: Switch to the next tab. .. option:: bn :title: Next tab :description: Switch to the next tab. .. option:: previous-tab :title: Previous tab :description: Switch to the previous tab. .. option:: bp :title: Previous tab :description: Switch to the previous tab. .. option:: focus-next :title: Focus next :description: Focus the next control. .. option:: focus-previous :title: Focus previous :description: Focus the previous control. .. option:: clear-screen :title: Clear screen :description: Clear the screen. .. option:: go-to :title: Go to :description: Go to a line or cell by number. .. option:: :title: Go to :description: Go to a line or cell by number. .. option:: type-key :title: Type key :description: Enter a key. .. option:: complete-bracket-() :title: Complete bracket () :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-() :title: Close bracket () :description: Create a new function with partial application of the given argumentsand keywords. .. option:: complete-bracket-[] :title: Complete bracket [] :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-[] :title: Close bracket [] :description: Create a new function with partial application of the given argumentsand keywords. .. option:: complete-bracket-{} :title: Complete bracket {} :description: Create a new function with partial application of the given argumentsand keywords. .. option:: close-bracket-{} :title: Close bracket {} :description: Create a new function with partial application of the given argumentsand keywords. .. option:: next-completion :title: Next completion :description: Show the completion menu and select the next completion. .. option:: previous-completion :title: Previous completion :description: Show the completion menu and select the previous completion. .. option:: cancel-completion :title: Cancel completion :description: Cancel a completion. .. option:: accept-completion :title: Accept completion :description: Accept a selected completion. .. option:: toggle-overwrite-mode :title: Toggle overwrite mode :description: Toggle overwrite when using micro editing mode. .. option:: start-macro :title: Start macro :description: Start recording a macro. .. option:: end-macro :title: End macro :description: Stop recording a macro. .. option:: run-macro :title: Run macro :description: Re-execute the last keyboard macro defined. .. option:: backspace :title: Delete previous character :description: Delete the character behind the cursor. .. option:: delete :title: Delete character :description: Delete character before the cursor. .. option:: backward-kill-word :title: Delete previous word :description: Delete the word behind the cursor, using whitespace as a word boundary. .. option:: backward-word :title: Move back one word :description: Move back to the start of the current or previous word. .. option:: forward-word :title: Move forward one word :description: Move forward to the end of the next word. .. option:: beginning-of-buffer :title: Move to the beginning of the input :description: Move to the start of the buffer. .. option:: end-of-buffer :title: Move to the end of the input :description: Move to the end of the buffer. .. option:: scroll-backward :title: Scroll backward :description: Scroll window up. .. option:: scroll-forward :title: Scroll forward :description: Scroll window down. .. option:: scroll-half-page-down :title: Scroll down half a page :description: Same as ControlF, but only scroll half a page. .. option:: scroll-half-page-up :title: Scroll up half a page :description: Same as ControlB, but only scroll half a page. .. option:: scroll-one-line-down :title: Scroll down one line :description: scroll_offset += 1. .. option:: scroll-one-line-up :title: Scroll up one line :description: scroll_offset -= 1. .. option:: move-cursor-left :title: Move cursor left :description: Move back a character, or up a line. .. option:: move-cursor-right :title: Move cursor right :description: Move forward a character, or down a line. .. option:: go-to-start-of-line :title: Go to start of line :description: Move the cursor to the start of the line. .. option:: go-to-end-of-line :title: Go to end of line :description: Move the cursor to the end of the line. .. option:: go-to-start-of-paragraph :title: Go to start of paragraph :description: Move the cursor to the start of the current paragraph. .. option:: go-to-end-of-paragraph :title: Go to end of paragraph :description: Move the cursor to the end of the current paragraph. .. option:: toggle-comment :title: Toggle comment :description: Comment or uncomments the current or selected lines. .. option:: wrap-selection-"" :title: Wrap selection in "" :description: Wraps the current selection with: "" .. option:: wrap-selection-'' :title: Wrap selection in '' :description: Wraps the current selection with: '' .. option:: wrap-selection-() :title: Wrap selection in () :description: Wraps the current selection with: () .. option:: wrap-selection-{} :title: Wrap selection in {} :description: Wraps the current selection with: {} .. option:: wrap-selection-[] :title: Wrap selection in [] :description: Wraps the current selection with: [] .. option:: wrap-selection-`` :title: Wrap selection in `` :description: Wraps the current selection with: `` .. option:: wrap-selection-** :title: Wrap selection in ** :description: Wraps the current selection with: ** .. option:: wrap-selection-__ :title: Wrap selection in __ :description: Wraps the current selection with: __ .. option:: wrap-selection-<> :title: Wrap selection in <> :description: Wraps the current selection with: <> .. option:: duplicate-line :title: Duplicate line :description: Duplicate the current line. .. option:: duplicate-selection :title: Duplicate selection :description: Duplicate the current selection. .. option:: paste-clipboard :title: Paste :description: Pate the clipboard contents, replacing any current selection. .. option:: copy-selection :title: Copy :description: Add the current selection to the clipboard. .. option:: cut-selection :title: Cut :description: Remove the current selection and adds it to the clipboard. .. option:: cut-line :title: Cut line :description: Remove the current line adds it to the clipboard. .. option:: move-lines-up :title: Move lines up :description: Move the current or selected lines up by one line. .. option:: move-lines-down :title: Move lines down :description: Move the current or selected lines down by one line. .. option:: accept-line :title: Accept line :description: Accept an input. .. option:: newline :title: Newline :description: Inert a new line, replacing any selection and indenting if appropriate. .. option:: indent-lines :title: Indent lines :description: Inndent the current or selected lines. .. option:: unindent-lines :title: Unindent lines :description: Unindent the current or selected lines. .. option:: unindent-line :title: Unindent line :description: Unindent the current or selected lines. .. option:: toggle-case :title: Toggle case :description: Toggle the case of the current word or selection. .. option:: undo :title: Undo :description: Undo the last edit. .. option:: redo :title: Redo :description: Redo the last edit. .. option:: select-all :title: Select all :description: Select all text. .. option:: start-selection :title: Start selection :description: Start a new selection. .. option:: extend-selection :title: Extend selection :description: Extend the selection. .. option:: replace-selection :title: Replace selection :description: Replace selection by what is typed. .. option:: delete-selection :title: Delete selection :description: Delete the contents of the current selection. .. option:: cancel-selection :title: Cancel selection :description: Cancel the selection. .. option:: go-to-matching-bracket :title: Go to matching bracket :description: Go to matching bracket if the cursor is on a paired bracket. .. option:: accept-suggestion :title: Accept suggestion :description: Accept suggestion. .. option:: fill-suggestion :title: Fill suggestion :description: Fill partial suggestion. .. option:: scroll-page-down :title: Scroll page down :description: Scroll page down (prefer the cursor at the top of the page, after scrolling). .. option:: scroll-page-up :title: Scroll page up :description: Scroll page up (prefer the cursor at the bottom of the page, after scrolling). .. option:: save-and-quit :title: Save and quit :description: Save the current tab then quits euporie. .. option:: wq :title: Save and quit :description: Save the current tab then quits euporie. .. option:: x :title: Save and quit :description: Save the current tab then quits euporie. .. option:: save-as :title: Save as :description: Save the current file at a new location. .. option:: toggle-version :title: Toggle version :description: Show the version number and exit .. option:: switch-log-level :title: Switch the log level :description: Switch the value of the "log_level" configuration option. .. option:: set-log-level-debug :title: Set the log level to debug :description: Set the value of the "log_level" configuration option to "debug" .. option:: set-log-level-info :title: Set the log level to info :description: Set the value of the "log_level" configuration option to "info" .. option:: set-log-level-warning :title: Set the log level to warning :description: Set the value of the "log_level" configuration option to "warning" .. option:: set-log-level-error :title: Set the log level to error :description: Set the value of the "log_level" configuration option to "error" .. option:: set-log-level-critical :title: Set the log level to critical :description: Set the value of the "log_level" configuration option to "critical" .. option:: switch-log-level-stdout :title: Switch the log level at which to log to standard output :description: Switch the value of the "log_level_stdout" configuration option. .. option:: set-log-level-stdout-debug :title: Set the log level at which to log to standard output to debug :description: Set the value of the "log_level_stdout" configuration option to "debug" .. option:: set-log-level-stdout-info :title: Set the log level at which to log to standard output to info :description: Set the value of the "log_level_stdout" configuration option to "info" .. option:: set-log-level-stdout-warning :title: Set the log level at which to log to standard output to warning :description: Set the value of the "log_level_stdout" configuration option to "warning" .. option:: set-log-level-stdout-error :title: Set the log level at which to log to standard output to error :description: Set the value of the "log_level_stdout" configuration option to "error" .. option:: set-log-level-stdout-critical :title: Set the log level at which to log to standard output to critical :description: Set the value of the "log_level_stdout" configuration option to "critical" .. option:: switch-clipboard :title: Switch clipboard :description: Switch the value of the "clipboard" configuration option. .. option:: set-clipboard-external :title: Set clipboard to external :description: Set the value of the "clipboard" configuration option to "external" .. option:: set-clipboard-internal :title: Set clipboard to internal :description: Set the value of the "clipboard" configuration option to "internal" .. option:: set-clipboard-terminal :title: Set clipboard to terminal :description: Set the value of the "clipboard" configuration option to "terminal" .. option:: switch-app :title: Switch app :description: Switch the value of the "app" configuration option. .. option:: set-app-console :title: Set app to console :description: Set the value of the "app" configuration option to "console" .. option:: set-app-edit :title: Set app to edit :description: Set the value of the "app" configuration option to "edit" .. option:: set-app-hub :title: Set app to hub :description: Set the value of the "app" configuration option to "hub" .. option:: set-app-notebook :title: Set app to notebook :description: Set the value of the "app" configuration option to "notebook" .. option:: set-app-preview :title: Set app to preview :description: Set the value of the "app" configuration option to "preview" .. option:: switch-edit-mode :title: Switch Editor key bindings :description: Switch the value of the "edit_mode" configuration option. .. option:: set-edit-mode-micro :title: Set Editor key bindings to micro :description: Set the value of the "edit_mode" configuration option to "micro" .. option:: set-edit-mode-emacs :title: Set Editor key bindings to emacs :description: Set the value of the "edit_mode" configuration option to "emacs" .. option:: set-edit-mode-vi :title: Set Editor key bindings to vi :description: Set the value of the "edit_mode" configuration option to "vi" .. option:: switch-tab-size :title: Switch tab size :description: Switch the value of the "tab_size" configuration option. .. option:: toggle-syntax-highlighting :title: Toggle syntax highlighting :description: Syntax highlighting .. option:: set-syntax-theme-euporie :title: Set syntax theme to euporie :description: Set the value of the "syntax_theme" configuration option to "euporie" .. option:: set-syntax-theme-abap :title: Set syntax theme to abap :description: Set the value of the "syntax_theme" configuration option to "abap" .. option:: set-syntax-theme-algol :title: Set syntax theme to algol :description: Set the value of the "syntax_theme" configuration option to "algol" .. option:: set-syntax-theme-algol_nu :title: Set syntax theme to algol_nu :description: Set the value of the "syntax_theme" configuration option to "algol_nu" .. option:: set-syntax-theme-arduino :title: Set syntax theme to arduino :description: Set the value of the "syntax_theme" configuration option to "arduino" .. option:: set-syntax-theme-autumn :title: Set syntax theme to autumn :description: Set the value of the "syntax_theme" configuration option to "autumn" .. option:: set-syntax-theme-bw :title: Set syntax theme to bw :description: Set the value of the "syntax_theme" configuration option to "bw" .. option:: set-syntax-theme-borland :title: Set syntax theme to borland :description: Set the value of the "syntax_theme" configuration option to "borland" .. option:: set-syntax-theme-coffee :title: Set syntax theme to coffee :description: Set the value of the "syntax_theme" configuration option to "coffee" .. option:: set-syntax-theme-colorful :title: Set syntax theme to colorful :description: Set the value of the "syntax_theme" configuration option to "colorful" .. option:: set-syntax-theme-default :title: Set syntax theme to default :description: Set the value of the "syntax_theme" configuration option to "default" .. option:: set-syntax-theme-dracula :title: Set syntax theme to dracula :description: Set the value of the "syntax_theme" configuration option to "dracula" .. option:: set-syntax-theme-emacs :title: Set syntax theme to emacs :description: Set the value of the "syntax_theme" configuration option to "emacs" .. option:: set-syntax-theme-friendly_grayscale :title: Set syntax theme to friendly_grayscale :description: Set the value of the "syntax_theme" configuration option to "friendly_grayscale" .. option:: set-syntax-theme-friendly :title: Set syntax theme to friendly :description: Set the value of the "syntax_theme" configuration option to "friendly" .. option:: set-syntax-theme-fruity :title: Set syntax theme to fruity :description: Set the value of the "syntax_theme" configuration option to "fruity" .. option:: set-syntax-theme-github-dark :title: Set syntax theme to github-dark :description: Set the value of the "syntax_theme" configuration option to "github-dark" .. option:: set-syntax-theme-gruvbox-dark :title: Set syntax theme to gruvbox-dark :description: Set the value of the "syntax_theme" configuration option to "gruvbox-dark" .. option:: set-syntax-theme-gruvbox-light :title: Set syntax theme to gruvbox-light :description: Set the value of the "syntax_theme" configuration option to "gruvbox-light" .. option:: set-syntax-theme-igor :title: Set syntax theme to igor :description: Set the value of the "syntax_theme" configuration option to "igor" .. option:: set-syntax-theme-inkpot :title: Set syntax theme to inkpot :description: Set the value of the "syntax_theme" configuration option to "inkpot" .. option:: set-syntax-theme-lightbulb :title: Set syntax theme to lightbulb :description: Set the value of the "syntax_theme" configuration option to "lightbulb" .. option:: set-syntax-theme-lilypond :title: Set syntax theme to lilypond :description: Set the value of the "syntax_theme" configuration option to "lilypond" .. option:: set-syntax-theme-lovelace :title: Set syntax theme to lovelace :description: Set the value of the "syntax_theme" configuration option to "lovelace" .. option:: set-syntax-theme-manni :title: Set syntax theme to manni :description: Set the value of the "syntax_theme" configuration option to "manni" .. option:: set-syntax-theme-material :title: Set syntax theme to material :description: Set the value of the "syntax_theme" configuration option to "material" .. option:: set-syntax-theme-monokai :title: Set syntax theme to monokai :description: Set the value of the "syntax_theme" configuration option to "monokai" .. option:: set-syntax-theme-murphy :title: Set syntax theme to murphy :description: Set the value of the "syntax_theme" configuration option to "murphy" .. option:: set-syntax-theme-native :title: Set syntax theme to native :description: Set the value of the "syntax_theme" configuration option to "native" .. option:: set-syntax-theme-nord-darker :title: Set syntax theme to nord-darker :description: Set the value of the "syntax_theme" configuration option to "nord-darker" .. option:: set-syntax-theme-nord :title: Set syntax theme to nord :description: Set the value of the "syntax_theme" configuration option to "nord" .. option:: set-syntax-theme-one-dark :title: Set syntax theme to one-dark :description: Set the value of the "syntax_theme" configuration option to "one-dark" .. option:: set-syntax-theme-paraiso-dark :title: Set syntax theme to paraiso-dark :description: Set the value of the "syntax_theme" configuration option to "paraiso-dark" .. option:: set-syntax-theme-paraiso-light :title: Set syntax theme to paraiso-light :description: Set the value of the "syntax_theme" configuration option to "paraiso-light" .. option:: set-syntax-theme-pastie :title: Set syntax theme to pastie :description: Set the value of the "syntax_theme" configuration option to "pastie" .. option:: set-syntax-theme-perldoc :title: Set syntax theme to perldoc :description: Set the value of the "syntax_theme" configuration option to "perldoc" .. option:: set-syntax-theme-rainbow_dash :title: Set syntax theme to rainbow_dash :description: Set the value of the "syntax_theme" configuration option to "rainbow_dash" .. option:: set-syntax-theme-rrt :title: Set syntax theme to rrt :description: Set the value of the "syntax_theme" configuration option to "rrt" .. option:: set-syntax-theme-sas :title: Set syntax theme to sas :description: Set the value of the "syntax_theme" configuration option to "sas" .. option:: set-syntax-theme-solarized-dark :title: Set syntax theme to solarized-dark :description: Set the value of the "syntax_theme" configuration option to "solarized-dark" .. option:: set-syntax-theme-solarized-light :title: Set syntax theme to solarized-light :description: Set the value of the "syntax_theme" configuration option to "solarized-light" .. option:: set-syntax-theme-staroffice :title: Set syntax theme to staroffice :description: Set the value of the "syntax_theme" configuration option to "staroffice" .. option:: set-syntax-theme-stata-dark :title: Set syntax theme to stata-dark :description: Set the value of the "syntax_theme" configuration option to "stata-dark" .. option:: set-syntax-theme-stata-light :title: Set syntax theme to stata-light :description: Set the value of the "syntax_theme" configuration option to "stata-light" .. option:: set-syntax-theme-tango :title: Set syntax theme to tango :description: Set the value of the "syntax_theme" configuration option to "tango" .. option:: set-syntax-theme-trac :title: Set syntax theme to trac :description: Set the value of the "syntax_theme" configuration option to "trac" .. option:: set-syntax-theme-vim :title: Set syntax theme to vim :description: Set the value of the "syntax_theme" configuration option to "vim" .. option:: set-syntax-theme-vs :title: Set syntax theme to vs :description: Set the value of the "syntax_theme" configuration option to "vs" .. option:: set-syntax-theme-xcode :title: Set syntax theme to xcode :description: Set the value of the "syntax_theme" configuration option to "xcode" .. option:: set-syntax-theme-zenburn :title: Set syntax theme to zenburn :description: Set the value of the "syntax_theme" configuration option to "zenburn" .. option:: switch-color-depth :title: Switch color depth :description: Switch the value of the "color_depth" configuration option. .. option:: set-color-depth-1 :title: Set color depth to 1 :description: Set the value of the "color_depth" configuration option to "1" .. option:: set-color-depth-4 :title: Set color depth to 4 :description: Set the value of the "color_depth" configuration option to "4" .. option:: set-color-depth-8 :title: Set color depth to 8 :description: Set the value of the "color_depth" configuration option to "8" .. option:: set-color-depth-24 :title: Set color depth to 24 :description: Set the value of the "color_depth" configuration option to "24" .. option:: toggle-multiplexer-passthrough :title: Toggle multiplexer passthrough :description: Use passthrough from within terminal multiplexers .. option:: switch-color-scheme :title: Switch color scheme :description: Switch the value of the "color_scheme" configuration option. .. option:: set-color-scheme-default :title: Set color scheme to default :description: Set the value of the "color_scheme" configuration option to "default" .. option:: set-color-scheme-inverse :title: Set color scheme to inverse :description: Set the value of the "color_scheme" configuration option to "inverse" .. option:: set-color-scheme-light :title: Set color scheme to light :description: Set the value of the "color_scheme" configuration option to "light" .. option:: set-color-scheme-dark :title: Set color scheme to dark :description: Set the value of the "color_scheme" configuration option to "dark" .. option:: set-color-scheme-black :title: Set color scheme to black :description: Set the value of the "color_scheme" configuration option to "black" .. option:: set-color-scheme-white :title: Set color scheme to white :description: Set the value of the "color_scheme" configuration option to "white" .. option:: set-color-scheme-custom :title: Set color scheme to custom :description: Set the value of the "color_scheme" configuration option to "custom" .. option:: switch-graphics :title: Switch graphics :description: Switch the value of the "graphics" configuration option. .. option:: set-graphics-none :title: Set graphics to none :description: Set the value of the "graphics" configuration option to "none" .. option:: set-graphics-sixel :title: Set graphics to sixel :description: Set the value of the "graphics" configuration option to "sixel" .. option:: set-graphics-kitty :title: Set graphics to kitty :description: Set the value of the "graphics" configuration option to "kitty" .. option:: set-graphics-kitty-unicode :title: Set graphics to kitty-unicode :description: Set the value of the "graphics" configuration option to "kitty-unicode" .. option:: set-graphics-iterm :title: Set graphics to iterm :description: Set the value of the "graphics" configuration option to "iterm" .. option:: toggle-force-graphics :title: Toggle force graphics :description: Force use of specified graphics protocol .. option:: toggle-enable-language-servers :title: Toggle enable language servers :description: Enable language server support .. option:: toggle-set-cursor-shape :title: Toggle set cursor shape :description: Whether to set the shape of the cursor depending on the editing mode .. option:: toggle-cursor-blink :title: Toggle cursor blink :description: Whether to blink the cursor .. option:: toggle-warn-venv :title: Toggle warn venv :description: Warn when running in a virtual environment .. option:: toggle-backup-on-save :title: Toggle backup on save :description: Create backups before saving files .. option:: toggle-record-cell-timing :title: Toggle cell timing recording :description: Should timing data be recorded in cell metadata. .. option:: toggle-show-remote-inputs :title: Toggle show remote inputs :description: Display inputs sent to the kernel by other clients .. option:: toggle-show-remote-outputs :title: Toggle show remote outputs :description: Display kernel outputs triggered by other clients .. option:: toggle-save-widget-state :title: Toggle save widget state :description: Save a notebook's widget state in the notebook metadata .. option:: switch-max-notebook-width :title: Switch max notebook width :description: Switch the value of the "max_notebook_width" configuration option. .. option:: toggle-expand :title: Toggle expand :description: Use the full width to display notebooks .. option:: toggle-wrap-cell-outputs :title: Toggle wrap cell outputs :description: Wrap cell output text. .. option:: switch-text-output-limit :title: Switch text output limit :description: Switch the value of the "text_output_limit" configuration option. .. option:: toggle-show-file-icons :title: Toggle File icons :description: Show file icons in the file manager .. option:: toggle-show-hidden-files :title: Toggle Hidden files :description: Show hidden files in the file manager .. option:: toggle-line-numbers :title: Toggle line numbers :description: Show or hide line numbers .. option:: toggle-relative-line-numbers :title: Toggle relative line numbers :description: Use relative line numbers .. option:: toggle-autoformat :title: Toggle autoformat :description: Automatically re-format code cells when run .. option:: toggle-autocomplete :title: Toggle autocomplete :description: Provide completions suggestions automatically .. option:: switch-autosuggest :title: Switch autosuggest :description: Switch the value of the "autosuggest" configuration option. .. option:: set-autosuggest-smart :title: Set autosuggest to smart :description: Set the value of the "autosuggest" configuration option to "smart" .. option:: set-autosuggest-simple :title: Set autosuggest to simple :description: Set the value of the "autosuggest" configuration option to "simple" .. option:: set-autosuggest-none :title: Set autosuggest to none :description: Set the value of the "autosuggest" configuration option to "none" .. option:: toggle-autoinspect :title: Toggle autoinspect :description: Display contextual help automatically .. option:: toggle-show-status-bar :title: Toggle status bar :description: Show the status bar .. option:: toggle-show-shadows :title: Toggle show shadows :description: Show or hide shadows under menus and dialogs .. option:: toggle-show-cell-borders :title: Toggle cell borders :description: Show or hide cell borders. .. option:: toggle-page :title: Toggle page :description: Pass output to pager .. option:: toggle-run :title: Toggle run :description: Run the notebook files when loaded .. option:: toggle-save :title: Toggle save :description: Save the notebook after running it .. option:: toggle-show-filenames :title: Toggle show filenames :description: Show the notebook filenames when previewing multiple notebooks .. option:: switch-cell-start :title: Switch cell start :description: Switch the value of the "cell_start" configuration option. .. option:: switch-cell-stop :title: Switch cell stop :description: Switch the value of the "cell_stop" configuration option. .. _commands-euporie-preview-end: