From 33696132a4deecf6c717238db805b80e8bda540a Mon Sep 17 00:00:00 2001 From: gxlin Date: Sun, 30 May 2021 23:41:27 +0800 Subject: Add config related to kitty --- .vim/init.vim | 3 +++ .zshrc | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.vim/init.vim b/.vim/init.vim index 58f7e0a..31ce971 100644 --- a/.vim/init.vim +++ b/.vim/init.vim @@ -24,6 +24,9 @@ if $COLORTERM is 'truecolor' set termguicolors endif +" Correct background rendering in some terminal +let &t_ut='' + " MacVim if has("gui_running") diff --git a/.zshrc b/.zshrc index 0648bed..bf3fc6a 100644 --- a/.zshrc +++ b/.zshrc @@ -4,6 +4,8 @@ setopt histignorealldups sharehistory bindkey -e EDITOR=vim +export LANG=en_US.UTF-8 + # Edit command line autoload -U edit-command-line zle -N edit-command-line -- cgit v1.2.3