> GPU 渲染真的能感受到区别吗?
可以。再回去用不带 GPU 渲染的,感觉脑子好像都迟钝了。
> 快捷键选词是怎么达成的?
我的配置里的。Mac 里 cmd+o 浏览器打开网址,cmd+p w 选词,cmd+p f 选路径。
# Open a currently visible URL using the keyboard. The program used to open the
# URL is specified in open_url_with.
map kitty_mod+o run_kitten text hints
# Select a path/filename and insert it into the terminal. Useful, for instance to
# run git commands on a filename output from a previous git command.
map kitty_mod+p>f run_kitten text hints --type path --program -
# Select a path/filename and open it with the default open program.
map kitty_mod+p>shift+f run_kitten text hints --type path
# Select a line of text and insert it into the terminal. Use for the
# output of things like: ls -1
map kitty_mod+p>l run_kitten text hints --type line --program -
# Select words and insert into terminal.
map kitty_mod+p>w run_kitten text hints --type word --program -
# Select OSC hyperlink
map ctrl+shift+p>y kitten hints --type hyperlink
> remote control 是啥?
自己看。
https://sw.kovidgoyal.net/kitty/remote-control/> kitty 多年前看过好像不支持 IME ,是后来支持了,还是说 macOS 就能正常输入了?
不知道,一直用得好好的。