KITTY


Mi configuraciΓ³n

❯ cat ~/.config/kitty/kitty.conf
───────┬───────────────────────────────────────────────────────
       β”‚ File: /home/fabian/.config/kitty/kitty.conf
───────┼───────────────────────────────────────────────────────
   1   β”‚ enable_audio_bell no
   2   β”‚ 
   3   β”‚ include color.ini
   4   β”‚ 
   5   β”‚ font_family      HackNerdFont
   6   β”‚ 
   7   β”‚ font_size 12
   8   β”‚ 
   9   β”‚ disable_ligatures never
  10   β”‚ 
  11   β”‚ url_color #61afef
  12   β”‚ 
  13   β”‚ url_style curly
  14   β”‚ 
  15   β”‚ map ctrl+left neighboring_window left
  16   β”‚ map ctrl+right neighboring_window right
  17   β”‚ map ctrl+up neighboring_window up
  18   β”‚ map ctrl+down neighboring_window down
  19   β”‚ 
  20   β”‚ map F1 copy_to_buffer a
  21   β”‚ map F2 paste_from_buffer a
  22   β”‚ map F3 copy_to_buffer b
  23   β”‚ map F4 paste_from_buffer b
  24   β”‚ 
  25   β”‚ cursor_shape beam
  26   β”‚ cursor_beam_thickness 1.8
  27   β”‚ 
  28   β”‚ mouse_hide_wait 3.0
  29   β”‚ detect_urls yes
  30   β”‚ 
  31   β”‚ repaint_delay 10
  32   β”‚ input_delay 3
  33   β”‚ sync_to_monitor yes
  34   β”‚ 
  35   β”‚ map ctrl+shift+z toggle_layout stack
  36   β”‚ tab_bar_style powerline
  37   β”‚ 
  38   β”‚ active_tab_background #98c379
  39   β”‚ inactive_tab_background #e06c75
  40   β”‚ inactive_tab_foreground #000000
  41   β”‚ tab_bar_margin_color black
  42   β”‚ 
  43   β”‚ map ctrl+shift+enter new_window_with_cwd
  44   β”‚ map ctrl+shift+t new_tab_with_cwd
  45   β”‚ 
  46   β”‚ background_opacity 0.85
  47   β”‚ 
  48   β”‚ shell zsh
───────┴───────────────────────────────────────────────────────

Comandos basicos

  • Copiar: Ctrl + Shift + C y
  • Pegar: Ctrl + Shift + V

Hay mas opciones pero es lo mas comodo


Para seleccionar multiples lineas podes hacer

Ctrl + Alt + Lo seleccionas con el teclado

image


  • Powerline: Ctrl + Shift + alt + T

image

Lo renombramos

image

No vemos nada pero porque no tenemos mas ventanas abiertas,

  • Aprimos otra terminal: Ctrl + Shift + Enter
  • Movemos las ventanas a gusto personal: Ctrl + Shift + L
  • Cerramos la terminal: Ctrl + Shift + W
  • Movernos Ctrl + flechas para cualquier lado y nos movemos entre terminales
  • Movernos Entre Ventanas Ctrl + Shift + flechas para cualquier lado y nos movemos entre terminales
  • Mover el contenido de mi terminal Ctrl + Shift + B
  • Aprimos otra Ventana: Ctrl + Shift + T
  • Powerline: Ctrl + Shift + alt + T
  • Cambiar el tamaΓ±o de las terminales Ctrl + Shift + R (Y elegimos segun las opciones)
  • Movemos las ventanas de lugar Ctrl + Shift + , o .
  • Zoom en la ventana actual Ctrl + Shift + Z

image