feat: switch to pipewire
This commit is contained in:
parent
b414ba1d17
commit
9791074aec
8 changed files with 101 additions and 11 deletions
6
home/editors/neovim/kitty.vim
Normal file
6
home/editors/neovim/kitty.vim
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue