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:
parent
ad677433ef
commit
0e9596244d
1 changed files with 1 additions and 2 deletions
|
@ -266,8 +266,7 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
||||||
(funcall cmd source target 1))))
|
(funcall cmd source target 1))))
|
||||||
|
|
||||||
;; Configure `counsel-find-file'
|
;; Configure `counsel-find-file'
|
||||||
(setq counsel-find-file-at-point t
|
(setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)")
|
||||||
counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)")
|
|
||||||
(ivy-add-actions
|
(ivy-add-actions
|
||||||
'counsel-find-file
|
'counsel-find-file
|
||||||
`(("b" counsel-find-file-cd-bookmark-action "cd bookmark")
|
`(("b" counsel-find-file-cd-bookmark-action "cd bookmark")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue