aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-08-19 14:17:58 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-08-19 14:18:08 +0800
commitc3809c2f9c1f02bced944a236c24e898587624e2 (patch)
tree37ee415de9f6a2951cd5ab828be0e90fa6402263
parentdbfb5c541cd90f32cb6b5bbf96af3a70b75c1111 (diff)
Update
-rw-r--r--profile2
-rw-r--r--tmux/tmux.conf2
-rw-r--r--vim/init/basic.vim1
3 files changed, 4 insertions, 1 deletions
diff --git a/profile b/profile
index b5f2969..ec4aa0f 100644
--- a/profile
+++ b/profile
@@ -16,7 +16,7 @@ export TIG_EDITOR=$EDITOR
16export GIT_EDITOR=$EDITOR 16export GIT_EDITOR=$EDITOR
17 17
18# IM for GUI 18# IM for GUI
19export LANG="zh-CN.UTF-8" 19export LANG="en_US.UTF-8"
20export LC_ALL="en_US.UTF-8" 20export LC_ALL="en_US.UTF-8"
21# fcitx 21# fcitx
22export GTK_IM_MODULE="fcitx" 22export 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 \
89set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host" 89set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host"
90 90
91if-shell "test -f ~/.tmux.conf.local" "source-file ~/.tmux.conf.local" 91if-shell "test -f ~/.tmux.conf.local" "source-file ~/.tmux.conf.local"
92
93set -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
166" }}} 166" }}}
167" SEARCH {{{ 167" SEARCH {{{
168 168
169set shortmess-=S " Show count of search result
169set ignorecase smartcase " Search case without case sensation 170set ignorecase smartcase " Search case without case sensation
170set hlsearch " Highlight all matched texts 171set hlsearch " Highlight all matched texts
171set incsearch " Show matched strings when typing 172set incsearch " Show matched strings when typing