counsel-find-file-at-point = nil

This is disruptive when you use counsel-find-file to quickly jump to
another file in or near the current directory. There's already gf for
this sort of thing anyway.
This commit is contained in:
Henrik Lissner 2019-10-19 17:10:03 -04:00
parent ad677433ef
commit 0e9596244d
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -266,8 +266,7 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
(funcall cmd source target 1))))
;; Configure `counsel-find-file'
(setq counsel-find-file-at-point t
counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)")
(setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)")
(ivy-add-actions
'counsel-find-file
`(("b" counsel-find-file-cd-bookmark-action "cd bookmark")