diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 58785d58..46759043 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -54,10 +54,10 @@ C-q = ":qa" C-Q = ":qa!" C-m = "jump_view_left" C-M = ":bp" +C-I = ":bn" C-n = "jump_view_down" C-e = "jump_view_up" C-i = "jump_view_right" -C-I = ":bn" "S-left" = ":bp" "S-right" = ":bn" @@ -94,6 +94,10 @@ N = "swap_view_down" E = "swap_view_up" I = "swap_view_right" d = "wclose" +V = ":vsplit-new" +S = ":hsplit-new" + + h = "no_op" j = "no_op" k = "no_op"