Re: 还是要说

楼主: pig (欢迎加入猪头党)   2024-07-11 23:57:34
今天遇到两个 neovim 的小卡关
https://neovim.io/doc/user/news-0.10.html
0.10 默认的 color scheme 改掉了,而且似乎只有 light mode
还好可以改回原本的 style,不过为了跟 vim 相容所以要写成 nvim 限定
vimrc 里面加这个
if has('nvim')
:colorscheme vim
endif
另外一个是 tmux 下开 vim 的话 home/end 不会动,
要在 tmux.conf 加这个
bind-key -n Home send Escape "OH"
bind-key -n End send Escape "OF"

Links booklink

Contact Us: admin [ a t ] ucptt.com