remove remaining projectile keybinds
This commit is contained in:
parent
8f128b38dc
commit
0816ffeeb7
1 changed files with 1 additions and 3 deletions
|
@ -298,9 +298,7 @@ kept-old-versions 5)
|
|||
"pp" '(project-switch-project :which-key "open project")
|
||||
"pk" '(project-kill-buffers :which-key "close project")
|
||||
"pt" '(magit-todos-list :which-key "list project todos")
|
||||
"ps" '(projectile-save-project-buffers :which-key "save project")
|
||||
"po" '(projectile-find-other-file :which-key "find other file")
|
||||
"pg" '(projectile-configure-project :which-key "configure project")
|
||||
"po" '(project-find-file :which-key "find file")
|
||||
"pc" '(project-compile :which-key "compile project")
|
||||
;; open
|
||||
"o" '(:ignore o :which-key "open")
|
||||
|
|
Loading…
Reference in a new issue