Ernesto Rodriguez Reina

Results 4 comments of Ernesto Rodriguez Reina

That would be great! I would be looking for it.

From its website [1]: "Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have...

+1. I really like this functionality, really useful on long files.

I implemented some sort of swapping similar to the example that @justbur mentioned by doing: ``` elisp (define-key counsel-find-file-map (kbd "C-b") (lambda () (interactive) (ivy-quit-and-run (ivy-switch-buffer))))) (define-key ivy-switch-buffer-map (kbd "C-f")...