Expand winner-boring-buffers
This commit is contained in:
parent
00a0038fcc
commit
3a92193584
4 changed files with 12 additions and 23 deletions
|
@ -32,19 +32,6 @@
|
|||
(mapc (lambda (r) (add-to-list 'helm-boring-file-regexp-list r))
|
||||
(list "\\.projects$" "\\.DS_Store$"))
|
||||
|
||||
(after! winner
|
||||
(dolist (bufname '("*helm recentf*"
|
||||
"*helm projectile*"
|
||||
"*helm imenu*"
|
||||
"*helm company*"
|
||||
"*helm buffers*"
|
||||
"*helm "
|
||||
"*Helm Css SCSS*"
|
||||
"*helm-ag*"
|
||||
"*helm-ag-edit*"
|
||||
"*Helm Swoop*"))
|
||||
(push bufname winner-boring-buffers)))
|
||||
|
||||
(bind! (:map (helm-map helm-generic-files-map helm-find-files-map helm-swoop-map helm-projectile-find-file-map)
|
||||
"C-w" 'backward-kill-word
|
||||
"C-r" 'evil-ex-paste-from-register ; Evil registers in helm! Glorious!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue