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