With ido it is possible to quickly change from "switch to buffer" to find-file by typing C-f. This is useful when you realize you haven't already opened the file you try switching to. Maybe this is already possible?
I tried (define-key ivy-minibuffer-map (kbd "C-f") 'counsel-find-file) but this led to the message
ivy-read: Command attempted to use minibuffer while in minibuffer
With ido it is possible to quickly change from "switch to buffer" to find-file by typing C-f. This is useful when you realize you haven't already opened the file you try switching to. Maybe this is already possible?
I tried
(define-key ivy-minibuffer-map (kbd "C-f") 'counsel-find-file)but this led to the message