We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020cfba commit c2caf62Copy full SHA for c2caf62
.config/spacemacs/.spacemacs
@@ -989,6 +989,12 @@ _p_rev _u_pper _=_: upper/lower _r_esolve
989
;; (setq helm-follow-mode-persistent t) ;; automatically preview files but opens them as a buffer
990
;; --- perspective ---
991
(spacemacs/set-leader-keys "olk" 'spacemacs/helm-persp-kill)
992
+ ;; --- tramp/ssh ---
993
+ ;; --- make it a hydra to select which one to connect to
994
+ (defun connect-factorio ()
995
+ "Open a remote folder using TRAMP in Dired."
996
+ (interactive)
997
+ (dired "/ssh:monolith@192.168.4.129:/"))
998
;; --- sops --
999
;; https://github.com/djgoku/sops
1000
(which-key-add-key-based-replacements "os" "+sops")
0 commit comments