2 Commits

Author SHA1 Message Date
Arthur Barraux 87746f09ce Merge remote-tracking branch 'gitea/main'
Build project / build (push) Successful in 56s
2026-01-24 19:47:59 +01:00
Arthur Barraux 5a7b073041 Adding splitting screen and buffer switching 2026-01-24 19:44:34 +01:00
+1
View File
@@ -83,6 +83,7 @@
(map-key "CTRL-k" editor-del-row "no-prefix") (map-key "CTRL-k" editor-del-row "no-prefix")
(map-key "CTRL-s" buffer-find "no-prefix") (map-key "CTRL-s" buffer-find "no-prefix")
(map-key "CTRL-r" editor-move-to-end-of-word "no-prefix") (map-key "CTRL-r" editor-move-to-end-of-word "no-prefix")
(map-key "ARROW-RIGHT" editor-switch-next-buffer "user")
(map-key "\"" editor-split-screen-vertical "user") (map-key "\"" editor-split-screen-vertical "user")
(map-key "o" editor-switch-next-pane "user") (map-key "o" editor-switch-next-pane "user")
(map-key "*" editor-unify-panes "user") (map-key "*" editor-unify-panes "user")