Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (transient-define-prefix transient-map-general ()
- "Leader key of transient."
- ["----------------------------------------"
- ["QWERT"
- ("q" "query " transient-map-search-replace)
- ("w" "window " transient-map-window)
- ("e" "eval " transient-map-eval)
- ("r" "ripgrep " transient-map-ripgrep)
- ("t" "text " transient-map-text)
- ]
- ["YUIOP"
- ""
- ""
- ""
- ("o" "org " transient-map-org)
- ("p" "project " transient-map-project)
- ""
- ""
- ""
- ]]
- ["----------------------------------------"
- ["ASDFG"
- ("a" "ai " transient-map-ai)
- ("s" "sql " transient-map-sql)
- ("d" "dev " transient-map-dev)
- ("f" "file " transient-map-file)
- ""
- ]
- ["HJKL;'"
- ("h" "help " im/transient-help)
- ("j" "jump " transient-map-jump)
- ("k" "ekg " transient-map-ekg)
- ("l" "link " transient-map-link)
- ""
- ""
- ]]
- ["----------------------------------------"
- ["ZXCVB"
- ("z" "undo " undo)
- ""
- ("c" "consult " transient-map-consult)
- ("v" "vulpea " transient-map-vulpea)
- ("b" "buffer " transient-map-buffer)
- ]
- ["NM,./"
- ""
- ("m" "magit " transient-map-magit-dispatch) ; not magit-dispatch
- ("," "minor " transient-map-toggle-minor-mode)
- ("." "major " transient-map-toggle-major-mode)
- ""
- ]]
- ["----------------------------------------"
- [("M-x" "M-x " execute-extended-command)]
- [("SPC" "mode specific" transient-map-mode-specific)]
- ])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement