We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When accessing servers via SSH the following is happening:
bash
[backspace]
<-
->
clear
'xterm-kitty': unknown terminal type.
To Reproduce Steps to reproduce the behavior:
Screenshots
Environment details
kitty 0.28.1 created by Kovid Goyal Linux archell 6.3.4-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Wed, 24 May 2023 17:43:43 +0000 x86_64 Arch Linux 6.3.4-zen1-1-zen (/dev/tty) Running under: X11 Frozen: False Paths: kitty: /usr/bin/kitty base dir: /usr/lib/kitty extensions dir: /usr/lib/kitty/kitty system shell: /usr/bin/fish Loaded config files: /home/adson/.config/kitty/kitty.conf Config options different from defaults: background_opacity 0.9 copy_on_select clipboard cursor_beam_thickness 1.75 cursor_shape 2 enabled_layouts ['fat', 'tall'] font_family FiraCode Nerd Font Mono font_size 12.0 linux_display_server x11 remember_window_size False tab_bar_margin_height TabBarMarginHeight(outer=10.0, inner=10.0) tab_bar_margin_width 10.0 tab_bar_style powerline tab_powerline_style slanted wayland_titlebar_color 420946946 window_border_width (1.0, 'pt') window_margin_width FloatEdges(left=5.0, top=5.0, right=5.0, bottom=5.0) window_padding_width FloatEdges(left=16.0, top=16.0, right=16.0, bottom=16.0) Added shortcuts: f4 → launch --location=split shift+alt+down → launch --location=hsplit shift+alt+r → layout_action rotate shift+alt+right → launch --location=vsplit shift+down → move_window down shift+left → move_window left shift+right → move_window right shift+up → move_window up Changed shortcuts: kitty_mod+down → layout_action move_to_screen_edge bottom kitty_mod+left → layout_action move_to_screen_edge left kitty_mod+right → layout_action move_to_screen_edge right kitty_mod+up → layout_action move_to_screen_edge top Colors: active_border_color #31748f active_tab_background #26233a active_tab_foreground #e0def4 background #191724 bell_border_color #eb6f92 color0 #26233a color1 #eb6f92 color10 #31748f color11 #f6c177 color12 #9ccfd8 color13 #c4a7e7 color14 #ebbcba color15 #e0def4 color2 #31748f color3 #f6c177 color4 #9ccfd8 color5 #c4a7e7 color6 #ebbcba color7 #e0def4 color8 #6e6a86 color9 #eb6f92 cursor #524f67 cursor_text_color #e0def4 foreground #e0def4 inactive_border_color #26233a inactive_tab_background #191724 inactive_tab_foreground #6e6a86 selection_background #403d52 selection_foreground #e0def4 url_color #c4a7e7 Important environment variables seen by the kitty process: PATH /home/adson/.asdf/shims:/home/adson/.asdf/bin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/adson/.local/bin:/var/lib/flatpak/exports/bin:/home/adson/.fly/bin LANG en_US.UTF-8 SHELL /usr/bin/fish DISPLAY :0 WAYLAND_DISPLAY wayland-0 USER adson XDG_DATA_DIRS /home/adson/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_RUNTIME_DIR /run/user/1000 XDG_CURRENT_DESKTOP GNOME XDG_MENU_PREFIX gnome- XDG_SESSION_CLASS user XDG_SESSION_DESKTOP gnome XDG_SESSION_TYPE wayland
Additional context Even using kitty with the command kitty --config NONE the behaviors described above occur.
kitty --config NONE
The text was updated successfully, but these errors were encountered:
See https://sw.kovidgoyal.net/kitty/faq/#i-get-errors-about-the-terminal-being-unknown-or-opening-the-terminal-failing-or-functional-keys-like-arrow-keys-don-t-work
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When accessing servers via SSH the following is happening:
bash
shell, the commands are concatenated in line.[backspace]
to erase characters on the left does not erase and still adds space.<-
and->
does not work.clear
command returns the error'xterm-kitty': unknown terminal type.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Environment details
Additional context
Even using kitty with the command
kitty --config NONE
the behaviors described above occur.The text was updated successfully, but these errors were encountered: