用于解决 macOS 外接三方显示器的时候,因设置显示器独立空间导致的,在切换中文输入法时引起系统卡死卡顿的问题。
设置该脚本定时执行:
crontab -e
0 */2 * * * kill -9 `pgrep SCIM`
# 保存并退出
参考:
Vim 配置文件
在 IDEA 等 jetbrains 系列 IDE 里面使用的 Vim 插件配置。
IDE 里面需要安装 IdeaVim 以及 IdeaVimExtension 插件,后者用于自动切换中英文输入法。
oh-my-zsh 的配置文件。
git 的全局忽略配置。
git 全局提交模板。
Sublime Merge 的自定义指令。
使用 Oh my tmux,可以由 git 管理,不在此仓库中单独管理。
这个配置默认没有开启支持鼠标滚动查看内容,需要按一下 prefix + [
进入复制模式,才可以用鼠标/触控板滚动查看历史内容。最后按 esc
退出复制模式。
参考:https://www.cnblogs.com/bamanzi/archive/2012/08/17/mouse-wheel-in-tmux-screen.html
lunarVim 的自定义配置。
将 lvim 设置为 git commit 的编辑器后,可能会出现类似hint: Waiting for your editor to close the file... error: There was a problem with the editor 'lvim'. Please supply the message using either -m or -F option.
的错误。这是 smartim
插件引起的,需要在 lvim 中删除这个插件