zellij + nohl

This commit is contained in:
Anthony Cicchetti 2023-03-10 10:12:59 -05:00
parent 71d1430a01
commit 3cdbe48382
2 changed files with 3 additions and 2 deletions

View file

@ -22,6 +22,7 @@
(noremap :n :<c-j> :<c-d>)
(noremap :v :<c-k> :<c-u>)
(noremap :v :<c-j> :<c-d>)
(noremap :n :<leader>n ":nohl<cr>")
(nvim.set_keymap :v :v ":<C-U>call expand_region#next('v', '+')<CR>" {})
(nvim.set_keymap :v :<c-v> ":<C-U>call expand_region#next('v', '-')<CR>" {})

View file

@ -253,8 +253,8 @@ keybinds clear-defaults=true {
bind "Alt l" { MoveFocus "Right"; }
bind "Alt j" { MoveFocus "Down"; }
bind "Alt k" { MoveFocus "Up"; }
bind "Alt [" { FocusPreviousPane; }
bind "Alt ]" { FocusNextPane; }
bind "Alt [" { PreviousSwapLayout; }
bind "Alt ]" { NextSwapLayout; }
bind "Alt =" { Resize "Increase"; }
bind "Alt +" { Resize "Increase"; }
bind "Alt -" { Resize "Decrease"; }