disable *split-and-focus

This commit is contained in:
Gavin Jaeger-Freeborn 2021-11-16 16:33:21 -07:00
parent a5998e6560
commit d17d7f61d3
No known key found for this signature in database
GPG key ID: 8A7CF9141DE78C7A

3
config
View file

@ -212,6 +212,9 @@
(move-focus :down))
(define-key *root-map* (kbd "v") "hsplit-and-focus")
(define-key *root-map* (kbd "s") "vsplit-and-focus")
(loop for i in '("hsplit-and-focus"
"vsplit-and-focus")
do (dyn-blacklist-command i))
;;; Mode-Line
(load-module "battery-portable")