command mode via space space
This commit is contained in:
parent
94aa3001de
commit
aed087acad
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue