Greg Lucas

Results 12 issues of Greg Lucas

If I call fzf directly at the root of a deep directory tree (for example), I can choose a match and immediately exit without waiting for the full set of...

It might be useful to have a key map for additional behavior when an avy command is waiting for input? For example: Let's say I bind `M-m` to `avy-goto-word-1`. I...

For example, in the middle of the word 'interactive' below and start hitting `C-SPC` repeatedly. Selection expands to the defun, then switches to rectangle selection. (defun smart-region-off () "Reset C-SPC...

The fix for #26 works great as long as you complete the s3ed command. I've found that if you change your mind and quit (`C-g`), the backspace binding remains and...

The standard Windows Alt-TAB behavior stops working altogether when I include defaults.ahk. If I edit defaults.ahk to comment out `Tab` from the list of combo keys, it works normally again....

It would be convenient to have a binding from the `zop-to-char` input loop to toggle between zapping the target character and only zapping up to the target character. This would...

The following configuration causes a problem when trying to switch to a recently closed buffer: ``` (flx-ido-mode 1) (setq ido-use-virtual-buffers 'auto) ``` Invoking `ido-switch-buffer` and then typing a name that...

When using `stripe-table-mode` the table row highlighting interferes with line highlighting from `hl-line-mode`. It looks like this is handled by adjusting the hl-line overlay priority [here](https://github.com/sabof/stripe-buffer/blob/master/stripe-buffer.el#L326-L328), but this applies only...

This mechanism of choosing a search function based on the query string could easily work with other search functions. Could you remove the `user-error` checks that require specific libraries? It...