7 lines
261 B
VimL
7 lines
261 B
VimL
|
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>
|