mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update kitty config
This commit is contained in:
parent
5eecbbf001
commit
c42de3300f
1 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ scrollback_lines 20000
|
|||
# 使用nvim作为pager
|
||||
# 需要搭配我的neovim配置
|
||||
# https://github.com/rydesun/neovim-config/blob/master/init.lua#L3
|
||||
scrollback_pager nvim --cmd "let paging=1 | let ansi=1"
|
||||
scrollback_pager nvim -R --cmd "let paging=1 | let ansi=1"
|
||||
# }}}
|
||||
|
||||
# {{{ 按键
|
||||
|
|
@ -36,11 +36,11 @@ map ctrl+t>ctrl+d detach_window ask
|
|||
kitten_alias hints hints --alphabet ;ajfkdlshgqweruiopzxcvnmtby1230[
|
||||
|
||||
# 插入
|
||||
map ctrl+g>ctrl+g kitten hints --type=word --program -
|
||||
map ctrl+g>ctrl+w kitten hints --type=word --program -
|
||||
map ctrl+g>ctrl+l kitten hints --type=line --program -
|
||||
|
||||
# 复制
|
||||
map ctrl+g>g kitten hints --type=word --program @
|
||||
map ctrl+g>w kitten hints --type=word --program @
|
||||
map ctrl+g>l kitten hints --type=line --program @
|
||||
map ctrl+g>u kitten hints --type=url --program @
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue