You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [[https://github.com/syl20bnr/spacemacs/issues/3422#issuecomment-148919047][issue #3422]] and [[https://github.com/emacs-helm/helm/issues/1000#issuecomment-119487649][helm issue #1000]] for details.
108
+
See [[https://github.com/syl20bnr/spacemacs/issues/3422#issuecomment-148919047][issue #3422]] and [[https://github.com/emacs-helm/helm/issues/1000#issuecomment-119487649][helm issue #1000]] for details. If for any reason this code is
109
+
not working, you can try to put these settings directly in =~/.ssh/config=:
110
+
111
+
#+begin_SRC ssh
112
+
Host *
113
+
ControlMaster auto
114
+
ControlPath ~/.ssh/master -%r@%h:%p
115
+
ControlPersist = no
116
+
#+end_SRC
109
117
110
118
** Why does =helm-M-x= (~SPC :~) not accept the prefix argument?
111
119
If you try to run =helm-M-x= with the prefix argument (i.e. ~SPC u SPC :~) it
0 commit comments