From 3cdbe4838205b3b47a9e2221c9cc969860a7dc66 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Fri, 10 Mar 2023 10:12:59 -0500 Subject: [PATCH] zellij + nohl --- nvim/fnl/config/mapping.fnl | 1 + zellij/config.kdl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nvim/fnl/config/mapping.fnl b/nvim/fnl/config/mapping.fnl index 9289652..3c5c6c5 100644 --- a/nvim/fnl/config/mapping.fnl +++ b/nvim/fnl/config/mapping.fnl @@ -22,6 +22,7 @@ (noremap :n : :) (noremap :v : :) (noremap :v : :) +(noremap :n :n ":nohl") (nvim.set_keymap :v :v ":call expand_region#next('v', '+')" {}) (nvim.set_keymap :v : ":call expand_region#next('v', '-')" {}) diff --git a/zellij/config.kdl b/zellij/config.kdl index 2b1e0ac..6d3233b 100644 --- a/zellij/config.kdl +++ b/zellij/config.kdl @@ -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"; }