yaxi paste some kanata keys
This commit is contained in:
parent
10340f1feb
commit
555a6521c3
4 changed files with 78 additions and 37 deletions
|
@ -44,11 +44,12 @@
|
|||
{ on = ["g" "r"]; run = "shell 'ya emit cd \"$(git rev-parse --show-toplevel)\"'\n"; desc = "Go to top of git repo"; }
|
||||
{ on = ["g" "p"]; run = "cd ~/Projects"; desc = "Go to ~/Projects"; }
|
||||
|
||||
{ on = "v"; run = "paste"; }
|
||||
{ on = "V"; run = "paste --force"; }
|
||||
|
||||
{ on = "e"; run = "visual"; }
|
||||
{ on = "E"; run = "visual --unset"; }
|
||||
{ on = "p"; run = "plugin smart-paste"; }
|
||||
{ on = "P"; run = "plugin smart-paste --force"; }
|
||||
|
||||
{ on = "v"; run = "plugin smart-paste"; }
|
||||
{ on = "V"; run = "plugin smart-paste --force"; }
|
||||
|
||||
{ on = "<C-t>"; run ="tab_create"; }
|
||||
{ on = "<C-w>"; run ="close"; }
|
||||
|
|
|
@ -123,6 +123,11 @@ ${shared-alias}
|
|||
6 MediaPlayPause
|
||||
7 MediaTrackNext
|
||||
|
||||
8 brdown
|
||||
9 brup
|
||||
0 bldn
|
||||
- blup
|
||||
|
||||
h MediaTrackPrevious
|
||||
j VolumeDown
|
||||
k VolumeUp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue