command mode via space space

This commit is contained in:
Stefan Schwarz 2019-08-05 18:00:29 +02:00
parent 94aa3001de
commit aed087acad

View file

@ -183,11 +183,11 @@
:non-normal-prefix "C-SPC" :non-normal-prefix "C-SPC"
;; simple command ;; simple command
"SPC" 'counsel-M-x
"'" '(iterm-focus :which-key "iterm") "'" '(iterm-focus :which-key "iterm")
"?" '(iterm-goto-filedir-or-home :which-key "iterm - goto dir") "?" '(iterm-goto-filedir-or-home :which-key "iterm - goto dir")
"/" 'counsel-ag "/" 'counsel-ag
"TAB" '(switch-to-last-buffer :which-key "prev buffer") "TAB" '(switch-to-last-buffer :which-key "prev buffer")
"SPC" '(avy-goto-word-or-subword-1 :which-key "go to char")
;; Applications ;; Applications
"a" '(:ignore t :which-key "Applications") "a" '(:ignore t :which-key "Applications")