mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 07:03:30 +00:00
update
This commit is contained in:
parent
64fa2acc76
commit
af015b76b8
1 changed files with 21 additions and 0 deletions
|
|
@ -264,6 +264,27 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Control + H = Left Arrow",
|
||||||
|
"manipulators": [
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "h",
|
||||||
|
"modifiers": {
|
||||||
|
"mandatory": [
|
||||||
|
"left_control"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"key_code": "left_arrow"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "basic"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Right Command = Ctrl+B (tmux prefix)",
|
"description": "Right Command = Ctrl+B (tmux prefix)",
|
||||||
"manipulators": [
|
"manipulators": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue