mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 06:04:42 +00:00
ctr + l edge
This commit is contained in:
parent
91da419306
commit
ec59278478
1 changed files with 21 additions and 0 deletions
|
|
@ -243,6 +243,27 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Control + L = Right Arrow",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": {
|
||||
"key_code": "l",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"left_control"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"key_code": "right_arrow"
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Right Command = Ctrl+B (tmux prefix)",
|
||||
"manipulators": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue