Refine HUD toggle and kitty tab bar
This commit is contained in:
@@ -90,14 +90,6 @@
|
|||||||
"description": "kitty: map ctrl+enter to quick access terminal globally",
|
"description": "kitty: map ctrl+enter to quick access terminal globally",
|
||||||
"manipulators": [
|
"manipulators": [
|
||||||
{
|
{
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"bundle_identifiers": [
|
|
||||||
"^net\\.kovidgoyal\\.kitty$"
|
|
||||||
],
|
|
||||||
"type": "frontmost_application_unless"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"from": {
|
"from": {
|
||||||
"key_code": "return_or_enter",
|
"key_code": "return_or_enter",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
@@ -113,6 +105,23 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "basic"
|
"type": "basic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "keypad_enter",
|
||||||
|
"modifiers": {
|
||||||
|
"mandatory": ["control"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"key_code": "vk_none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shell_command": "$HOME/.config/kitty/launch-quick-access-terminal.sh >/tmp/kitty-quick-access.log 2>&1 < /dev/null &"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "basic"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ copy_on_select clipboard
|
|||||||
term xterm-256color
|
term xterm-256color
|
||||||
map ctrl+left previous_tab
|
map ctrl+left previous_tab
|
||||||
map ctrl+right next_tab
|
map ctrl+right next_tab
|
||||||
|
tab_bar_style separator
|
||||||
|
tab_separator " ┇"
|
||||||
|
tab_bar_edge top
|
||||||
window_padding_width 10
|
window_padding_width 10
|
||||||
|
|
||||||
map cmd+shift+r load_config_file
|
map cmd+shift+r load_config_file
|
||||||
|
|||||||
Reference in New Issue
Block a user