yaxi paste some kanata keys

This commit is contained in:
Matt Nish-Lapidus 2025-06-02 09:07:36 -04:00
parent 10340f1feb
commit 555a6521c3
4 changed files with 78 additions and 37 deletions

View file

@ -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"; }

View file

@ -123,6 +123,11 @@ ${shared-alias}
6 MediaPlayPause
7 MediaTrackNext
8 brdown
9 brup
0 bldn
- blup
h MediaTrackPrevious
j VolumeDown
k VolumeUp