Wojciech Siewierski
Wojciech Siewierski
Right now, when the user is cycling through the possible completions, each one is pasted into the terminal after backspace-ing the previous one. It's not very elegant solution. I consider...
Example of the issue on zsh with autocd turned on: ``` ~/directory % cat
#### ISSUE TYPE - Improvement/feature implementation #### CHECKLIST - [X] The `CONTRIBUTING` document has been read **[REQUIRED]** - [X] All changes follow the code style **[REQUIRED]** - [X] All new...
Some users, me included, customize the switches used by dired per directory with `.dir-locals.el` by setting `dired-actual-switches` there. While `dired-maybe-insert-subdir` (i) respects this variable, `dired-subtree` didn't. This PR aims to...
**Steps to reproduce** 1. Enable `uniquify` (a package which automatically renames the buffer names to make them unique in a sensible way). 2. `(setq uniquify-buffer-name-style 'forward)` 3. Open `~/dir1/example-file` and...