Browse Source

Added Kitty configuration

Sacha Ligthert 1 year ago
parent
commit
f2e40f8511
1 changed files with 27 additions and 0 deletions
  1. 27 0
      kitty.conf

+ 27 - 0
kitty.conf

@@ -0,0 +1,27 @@
+# Shortcut was: exo-open --launch TerminalEmulator
+
+cursor #00ff00
+cursor_shape beam
+cursor_stop_blinking_after 0
+
+tab_bar_edge top
+tab_bar_margin_width 5
+tab_bar_style slant
+
+background_opacity 0.8
+
+map cmd+left previous_tab
+map cmd+right next_tab
+map cmd+t new_tab
+map cmd+w close_tab
+map cmd+c copy_to_clipboard
+map cmd+v paste_from_clipboard
+map cmd+n new_window
+
+scrollback_lines 6000
+
+mouse_hide_wait 0
+
+term xterm-256color
+
+font_size 9.0