feat: switch to pipewire

This commit is contained in:
Felix Schröter 2021-08-01 14:44:23 +02:00
parent b414ba1d17
commit 9791074aec
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
8 changed files with 101 additions and 11 deletions

View file

@ -0,0 +1,6 @@
let g:kitty_navigator_no_mappings = 1
nnoremap <silent> {Left-Mapping} :KittyNavigateLeft<cr>
nnoremap <silent> {Down-Mapping} :KittyNavigateDown<cr>
nnoremap <silent> {Up-Mapping} :KittyNavigateUp<cr>
nnoremap <silent> {Right-Mapping} :KittyNavigateRight<cr>