Command Available in Euporie Console

toggle-version
title

Toggle version

description

Toggle the value of the “version” configuration option.

toggle-log-level
title

Toggle the log level

description

Toggle the value of the “log_level” configuration option.

set-log-level-debug
title

Set the log level to debug

description

Set the value of the “log_level” configuration option to “debug”

set-log-level-info
title

Set the log level to info

description

Set the value of the “log_level” configuration option to “info”

set-log-level-warning
title

Set the log level to warning

description

Set the value of the “log_level” configuration option to “warning”

set-log-level-error
title

Set the log level to error

description

Set the value of the “log_level” configuration option to “error”

set-log-level-critical
title

Set the log level to critical

description

Set the value of the “log_level” configuration option to “critical”

type-key
title

Type key

description

Enter a key.

next-completion
title

Next completion

description

Show the completion menu and select the next completion.

previous-completion
title

Previous completion

description

Show the completion menu and select the previous completion.

cancel-completion
title

Cancel completion

description

Cancel a completion.

accept-completion
title

Accept completion

description

Accept a selected completion.

toggle-overwrite-mode
title

Toggle overwrite mode

description

Toggle overwrite when using micro editing mode.

start-macro
title

Start macro

description

Start recording a macro.

end-macro
title

End macro

description

Stop recording a macro.

run-macro
title

Run macro

description

Re-execute the last keyboard macro defined.

backspace
title

Delete previous character

description

Delete the character behind the cursor.

delete
title

Delete character

description

Delete character before the cursor.

backward-kill-word
title

Delete previous word

description

Delete the word behind the cursor, using whitespace as a word boundary.

backward-word
title

Move back one word

description

Move back to the start of the current or previous word.

forward-word
title

Move forward one word

description

Move forward to the end of the next word.

beginning-of-buffer
title

Move to the beginning of the input

description

Move to the start of the buffer.

end-of-buffer
title

Move to the end of the input

description

Move to the end of the buffer.

scroll-backward
title

Scroll backward

description

Scroll window up.

scroll-forward
title

Scroll forward

description

Scroll window down.

scroll-half-page-down
title

Scroll down half a page

description

Same as ControlF, but only scroll half a page.

scroll-half-page-up
title

Scroll up half a page

description

Same as ControlB, but only scroll half a page.

scroll-one-line-down
title

Scroll down one line

description

scroll_offset += 1.

scroll-one-line-up
title

Scroll up one line

description

scroll_offset -= 1.

scroll-page-down
title

Scroll one one page

description

Scroll page down.

scroll-page-up
title

Scroll up one page

description

Scroll page up.

move-cursor-left
title

Move cursor left

description

Move back a character, or up a line.

move-cursor-right
title

Move cursor right

description

Move forward a character, or down a line.

go-to-start-of-line
title

Go to start of line

description

Move the cursor to the start of the line.

go-to-end-of-line
title

Go to end of line

description

Move the cursor to the end of the line.

go-to-start-of-paragraph
title

Go to start of paragraph

description

Move the cursor to the start of the current paragraph.

go-to-end-of-paragraph
title

Go to end of paragraph

description

Move the cursor to the end of the current paragraph.

toggle-comment
title

Toggle comment

description

Comment or uncomments the current or selected lines.

wrap-selection-""
title

Wrap selection in “”

description

Wraps the current selection with: “”

wrap-selection-''
title

Wrap selection in ‘’

description

Wraps the current selection with: ‘’

wrap-selection-()
title

Wrap selection in ()

description

Wraps the current selection with: ()

wrap-selection-{}
title

Wrap selection in {}

description

Wraps the current selection with: {}

wrap-selection-[]
title

Wrap selection in []

description

Wraps the current selection with: []

wrap-selection-``
title

Wrap selection in ``

description

Wraps the current selection with: ``

wrap-selection-**
title

Wrap selection in **

description

Wraps the current selection with: **

wrap-selection-__
title

Wrap selection in __

description

Wraps the current selection with: __

wrap-selection-<>
title

Wrap selection in <>

description

Wraps the current selection with: <>

duplicate-line
title

Duplicate line

description

Duplicate the current line.

duplicate-selection
title

Duplicate selection

description

Duplicate the current selection.

paste-clipboard
title

Paste

description

Pate the clipboard contents, replacing any current selection.

copy-selection
title

Copy

description

Add the current selection to the clipboard.

cut-selection
title

Cut

description

Remove the current selection and adds it to the clipboard.

cut-line
title

Cut line

description

Remove the current line adds it to the clipboard.

move-lines-up
title

Move lines up

description

Move the current or selected lines up by one line.

move-lines-down
title

Move lines down

description

Move the current or selected lines down by one line.

accept-line
title

Accept line

description

Accept an input.

newline
title

Newline

description

Inert a new line, replacing any selection and indenting if appropriate.

indent-lines
title

Indent lines

description

Inndent the current or selected lines.

unindent-lines
title

Unindent lines

description

Unindent the current or selected lines.

unindent-line
title

Unindent line

description

Unindent the current or selected lines.

toggle-case
title

Toggle case

description

Toggle the case of the current word or selection.

undo
title

Undo

description

Undo the last edit.

redo
title

Redo

description

Redo the last edit.

select-all
title

Select all

description

Select all text.

start-selection
title

Start selection

description

Start a new selection.

extend-selection
title

Extend selection

description

Extend the selection.

replace-selection
title

Replace selection

description

Replace selection by what is typed.

delete-selection
title

Delete selection

description

Delete the contents of the current selection.

cancel-selection
title

Cancel selection

description

Cancel the selection.

go-to-matching-bracket
title

Go to matching bracket

description

Go to matching bracket if the cursor is on a paired bracket.

accept-suggestion
title

Accept suggestion

description

Accept suggestion.

fill-sugestion
title

Fill sugestion

description

Fill partial suggestion.

toggle-clipboard
title

Toggle clipboard

description

Toggle the value of the “clipboard” configuration option.

set-clipboard-external
title

Set clipboard to external

description

Set the value of the “clipboard” configuration option to “external”

set-clipboard-internal
title

Set clipboard to internal

description

Set the value of the “clipboard” configuration option to “internal”

set-clipboard-terminal
title

Set clipboard to terminal

description

Set the value of the “clipboard” configuration option to “terminal”

toggle-show-shadows
title

Toggle show shadows

description

Toggle the value of the “show_shadows” configuration option.

toggle-set-cursor-shape
title

Toggle set cursor shape

description

Toggle the value of the “set_cursor_shape” configuration option.

title

Toggle cursor blink

description

Toggle the value of the “cursor_blink” configuration option.

quit
title

Quit

description

Quit euporie.

close-tab
title

Close tab

description

Close the current tab.

next-tab
title

Next tab

description

Switch to the next tab.

previous-tab
title

Previous tab

description

Switch to the previous tab.

focus-next
title

Focus next

description

Focus the next control.

focus-previous
title

Focus previous

description

Focus the previous control.

clear-screen
title

Clear screen

description

Clear the screen and the previous output.

toggle-edit-mode
title

Toggle Editor key bindings

description

Toggle the value of the “edit_mode” configuration option.

set-edit-mode-micro
title

Set Editor key bindings to micro

description

Set the value of the “edit_mode” configuration option to “micro”

set-edit-mode-emacs
title

Set Editor key bindings to emacs

description

Set the value of the “edit_mode” configuration option to “emacs”

set-edit-mode-vi
title

Set Editor key bindings to vi

description

Set the value of the “edit_mode” configuration option to “vi”

toggle-tab-size
title

Toggle tab size

description

Toggle the value of the “tab_size” configuration option.

toggle-terminal-polling-interval
title

Toggle terminal polling interval

description

Toggle the value of the “terminal_polling_interval” configuration option.

toggle-autoformat
title

Toggle autoformat

description

Toggle the value of the “autoformat” configuration option.

toggle-format-black
title

Toggle format black

description

Toggle the value of the “format_black” configuration option.

toggle-format-isort
title

Toggle format isort

description

Toggle the value of the “format_isort” configuration option.

toggle-format-ssort
title

Toggle format ssort

description

Toggle the value of the “format_ssort” configuration option.

set-syntax-theme-abap
title

Set syntax theme to abap

description

Set the value of the “syntax_theme” configuration option to “abap”

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”

set-syntax-theme-algol
title

Set syntax theme to algol

description

Set the value of the “syntax_theme” configuration option to “algol”

set-syntax-theme-arduino
title

Set syntax theme to arduino

description

Set the value of the “syntax_theme” configuration option to “arduino”

set-syntax-theme-autumn
title

Set syntax theme to autumn

description

Set the value of the “syntax_theme” configuration option to “autumn”

set-syntax-theme-borland
title

Set syntax theme to borland

description

Set the value of the “syntax_theme” configuration option to “borland”

set-syntax-theme-bw
title

Set syntax theme to bw

description

Set the value of the “syntax_theme” configuration option to “bw”

set-syntax-theme-colorful
title

Set syntax theme to colorful

description

Set the value of the “syntax_theme” configuration option to “colorful”

set-syntax-theme-default
title

Set syntax theme to default

description

Set the value of the “syntax_theme” configuration option to “default”

set-syntax-theme-dracula
title

Set syntax theme to dracula

description

Set the value of the “syntax_theme” configuration option to “dracula”

set-syntax-theme-emacs
title

Set syntax theme to emacs

description

Set the value of the “syntax_theme” configuration option to “emacs”

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”

set-syntax-theme-friendly
title

Set syntax theme to friendly

description

Set the value of the “syntax_theme” configuration option to “friendly”

set-syntax-theme-fruity
title

Set syntax theme to fruity

description

Set the value of the “syntax_theme” configuration option to “fruity”

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”

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”

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”

set-syntax-theme-igor
title

Set syntax theme to igor

description

Set the value of the “syntax_theme” configuration option to “igor”

set-syntax-theme-inkpot
title

Set syntax theme to inkpot

description

Set the value of the “syntax_theme” configuration option to “inkpot”

set-syntax-theme-lightbulb
title

Set syntax theme to lightbulb

description

Set the value of the “syntax_theme” configuration option to “lightbulb”

set-syntax-theme-lilypond
title

Set syntax theme to lilypond

description

Set the value of the “syntax_theme” configuration option to “lilypond”

set-syntax-theme-lovelace
title

Set syntax theme to lovelace

description

Set the value of the “syntax_theme” configuration option to “lovelace”

set-syntax-theme-manni
title

Set syntax theme to manni

description

Set the value of the “syntax_theme” configuration option to “manni”

set-syntax-theme-material
title

Set syntax theme to material

description

Set the value of the “syntax_theme” configuration option to “material”

set-syntax-theme-monokai
title

Set syntax theme to monokai

description

Set the value of the “syntax_theme” configuration option to “monokai”

set-syntax-theme-murphy
title

Set syntax theme to murphy

description

Set the value of the “syntax_theme” configuration option to “murphy”

set-syntax-theme-native
title

Set syntax theme to native

description

Set the value of the “syntax_theme” configuration option to “native”

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”

set-syntax-theme-nord
title

Set syntax theme to nord

description

Set the value of the “syntax_theme” configuration option to “nord”

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”

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”

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”

set-syntax-theme-pastie
title

Set syntax theme to pastie

description

Set the value of the “syntax_theme” configuration option to “pastie”

set-syntax-theme-perldoc
title

Set syntax theme to perldoc

description

Set the value of the “syntax_theme” configuration option to “perldoc”

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”

set-syntax-theme-rrt
title

Set syntax theme to rrt

description

Set the value of the “syntax_theme” configuration option to “rrt”

set-syntax-theme-sas
title

Set syntax theme to sas

description

Set the value of the “syntax_theme” configuration option to “sas”

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”

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”

set-syntax-theme-staroffice
title

Set syntax theme to staroffice

description

Set the value of the “syntax_theme” configuration option to “staroffice”

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”

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”

set-syntax-theme-stata
title

Set syntax theme to stata

description

Set the value of the “syntax_theme” configuration option to “stata”

set-syntax-theme-tango
title

Set syntax theme to tango

description

Set the value of the “syntax_theme” configuration option to “tango”

set-syntax-theme-trac
title

Set syntax theme to trac

description

Set the value of the “syntax_theme” configuration option to “trac”

set-syntax-theme-vim
title

Set syntax theme to vim

description

Set the value of the “syntax_theme” configuration option to “vim”

set-syntax-theme-vs
title

Set syntax theme to vs

description

Set the value of the “syntax_theme” configuration option to “vs”

set-syntax-theme-xcode
title

Set syntax theme to xcode

description

Set the value of the “syntax_theme” configuration option to “xcode”

set-syntax-theme-zenburn
title

Set syntax theme to zenburn

description

Set the value of the “syntax_theme” configuration option to “zenburn”

toggle-color-depth
title

Toggle color depth

description

Toggle the value of the “color_depth” configuration option.

set-color-depth-1
title

Set color depth to 1

description

Set the value of the “color_depth” configuration option to “1”

set-color-depth-4
title

Set color depth to 4

description

Set the value of the “color_depth” configuration option to “4”

set-color-depth-8
title

Set color depth to 8

description

Set the value of the “color_depth” configuration option to “8”

set-color-depth-24
title

Set color depth to 24

description

Set the value of the “color_depth” configuration option to “24”

toggle-tmux-graphics
title

Toggle tmux graphics

description

Toggle the value of the “tmux_graphics” configuration option.

toggle-color-scheme
title

Toggle color scheme

description

Toggle the value of the “color_scheme” configuration option.

set-color-scheme-default
title

Set color scheme to default

description

Set the value of the “color_scheme” configuration option to “default”

set-color-scheme-inverse
title

Set color scheme to inverse

description

Set the value of the “color_scheme” configuration option to “inverse”

set-color-scheme-light
title

Set color scheme to light

description

Set the value of the “color_scheme” configuration option to “light”

set-color-scheme-dark
title

Set color scheme to dark

description

Set the value of the “color_scheme” configuration option to “dark”

set-color-scheme-black
title

Set color scheme to black

description

Set the value of the “color_scheme” configuration option to “black”

set-color-scheme-white
title

Set color scheme to white

description

Set the value of the “color_scheme” configuration option to “white”

set-color-scheme-custom
title

Set color scheme to custom

description

Set the value of the “color_scheme” configuration option to “custom”

toggle-graphics
title

Toggle graphics

description

Toggle the value of the “graphics” configuration option.

set-graphics-none
title

Set graphics to none

description

Set the value of the “graphics” configuration option to “none”

set-graphics-sixel
title

Set graphics to sixel

description

Set the value of the “graphics” configuration option to “sixel”

set-graphics-kitty
title

Set graphics to kitty

description

Set the value of the “graphics” configuration option to “kitty”

set-graphics-iterm
title

Set graphics to iterm

description

Set the value of the “graphics” configuration option to “iterm”

scroll-display-left
title

Scroll display left

description

Scroll the display up one line.

scroll-display-right
title

Scroll display right

description

Scroll the display down one line.

scroll-display-up
title

Scroll display up

description

Scroll the display up one line.

scroll-display-down
title

Scroll display down

description

Scroll the display down one line.

page-up-display
title

Page up display

description

Scroll the display up one page.

page-down-display
title

Page down display

description

Scroll the display down one page.

go-to-start-of-display
title

Go to start of display

description

Scroll the display to the top.

go-to-end-of-display
title

Go to end of display

description

Scroll the display down one page.

toggle-wrap-cell-outputs
title

Toggle wrap cell outputs

description

Toggle the value of the “wrap_cell_outputs” configuration option.

refresh-tab
title

Refresh the current tab

description

Reload the tab contents and reset the tab.

reset-tab
title

Reset the current tab

description

Reset the current tab

save-file
title

Save file

description

Save the current file.

change-kernel
title

Change kernel

description

Change the notebook’s kernel.

toggle-record-cell-timing
title

Toggle cell timing recording

description

Toggle the value of the “record_cell_timing” configuration option.

close-pager
title

Close pager

description

Close the pager.

toggle-line-numbers
title

Toggle line numbers

description

Toggle the value of the “line_numbers” configuration option.

toggle-autocomplete
title

Toggle autocomplete

description

Toggle the value of the “autocomplete” configuration option.

toggle-autosuggest
title

Toggle autosuggest

description

Toggle the value of the “autosuggest” configuration option.

toggle-autoinspect
title

Toggle autoinspect

description

Toggle the value of the “autoinspect” configuration option.

show-contextual-help
title

Show contextual help

description

Display contextual help.

history-prev
title

History prev

description

Get the previous history entry.

history-next
title

History next

description

Get the next history entry.

accept-input
title

Accept input

description

Accept the current console input.

clear-input
title

Clear input

description

Clear the console input.

run-input
title

Run input

description

Run the console input.

interrupt-kernel
title

Interrupt kernel

description

Interrupt the notebook’s kernel.

cc-interrupt-kernel
title

Cc interrupt kernel

description

Interrupt the notebook’s kernel.

restart-kernel
title

Restart kernel

description

Restart the notebook’s kernel.

toggle-max-stored-outputs
title

Toggle max stored outputs

description

Toggle the value of the “max_stored_outputs” configuration option.

toggle-show-file-icons
title

Toggle File icons

description

Toggle the value of the “show_file_icons” configuration option.

about
title

About

description

Show the about dialog.

open-file
title

Open file

description

Open a file.

save-as
title

Save as

description

Save the current file at a new location.

keyboard-shortcuts
title

Keyboard shortcuts

description

Display details of registered key-bindings in a dialog.

toggle-show-status-bar
title

Toggle status bar

description

Toggle the value of the “show_status_bar” configuration option.

toggle-command-palette
title

Toggle command palette

description

Show the command palette.

show-command-palette
title

Show command palette

description

Show the command palette.

hide-command-palette
title

Hide command palette

description

Hide the command palette.

find
title

Find

description

Enter search mode.

find-next
title

Find next

description

Find the next search match.

find-previous
title

Find previous

description

Find the previous search match.

title

Stop search

description

Abort the search.

title

Accept search

description

Accept the search input.

convert-to-notebook
title

Convert to notebook

description

Convert the current console session to a notebook.

end-of-file
title

End of file

description

Signals the end of the input, causing the console to exit.

toggle-mouse-support
title

Toggle mouse support

description

Toggle the value of the “mouse_support” configuration option.