From c3809c2f9c1f02bced944a236c24e898587624e2 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 19 Aug 2025 14:17:58 +0800 Subject: Update --- profile | 2 +- tmux/tmux.conf | 2 ++ vim/init/basic.vim | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/profile b/profile index b5f2969..ec4aa0f 100644 --- a/profile +++ b/profile @@ -16,7 +16,7 @@ export TIG_EDITOR=$EDITOR export GIT_EDITOR=$EDITOR # IM for GUI -export LANG="zh-CN.UTF-8" +export LANG="en_US.UTF-8" export LC_ALL="en_US.UTF-8" # fcitx export GTK_IM_MODULE="fcitx" diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 307f761..4aec6f1 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -89,3 +89,5 @@ bind -T off F12 \ set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host" if-shell "test -f ~/.tmux.conf.local" "source-file ~/.tmux.conf.local" + +set -g default-terminal "alacritty" diff --git a/vim/init/basic.vim b/vim/init/basic.vim index 87767a1..db202c0 100644 --- a/vim/init/basic.vim +++ b/vim/init/basic.vim @@ -166,6 +166,7 @@ set suffixesadd=.md " Enable reference markdown file without " }}} " SEARCH {{{ +set shortmess-=S " Show count of search result set ignorecase smartcase " Search case without case sensation set hlsearch " Highlight all matched texts set incsearch " Show matched strings when typing -- cgit v1.2.3-70-g09d2