after some consideration i removed kitty config
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
# BLARGH
|
||||
#
|
||||
# reference: https://sw.kovidgoyal.net/kitty/conf/
|
||||
|
||||
disable_ligatures always
|
||||
@@ -2,9 +2,6 @@
|
||||
# use interactive shell instead of login shell
|
||||
set-option -g default-command "/bin/bash"
|
||||
|
||||
# ..
|
||||
set-option -s exit-unattached off
|
||||
|
||||
# enable rgb colors
|
||||
set-option -sa terminal-features ',xterm-256color:RGB'
|
||||
|
||||
@@ -30,6 +27,9 @@ set-option -g renumber-windows on
|
||||
# status bar
|
||||
set -g status-interval 5
|
||||
|
||||
# buffer size
|
||||
set-option -g history-limit 3000
|
||||
|
||||
# source keymaps
|
||||
source $HOME/.config/tmux/keymaps.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user