after some consideration i removed kitty config

This commit is contained in:
scbj
2025-01-08 09:16:40 +01:00
parent b47239b10c
commit db2d32712b
2 changed files with 3 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
# BLARGH
#
# reference: https://sw.kovidgoyal.net/kitty/conf/
disable_ligatures always

View File

@@ -2,9 +2,6 @@
# use interactive shell instead of login shell # use interactive shell instead of login shell
set-option -g default-command "/bin/bash" set-option -g default-command "/bin/bash"
# ..
set-option -s exit-unattached off
# enable rgb colors # enable rgb colors
set-option -sa terminal-features ',xterm-256color:RGB' set-option -sa terminal-features ',xterm-256color:RGB'
@@ -30,6 +27,9 @@ set-option -g renumber-windows on
# status bar # status bar
set -g status-interval 5 set -g status-interval 5
# buffer size
set-option -g history-limit 3000
# source keymaps # source keymaps
source $HOME/.config/tmux/keymaps.conf source $HOME/.config/tmux/keymaps.conf