zellij + nohl
This commit is contained in:
parent
71d1430a01
commit
3cdbe48382
2 changed files with 3 additions and 2 deletions
|
@ -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>" {})
|
||||
|
|
|
@ -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"; }
|
||||
|
|
Loading…
Add table
Reference in a new issue