ahlearn

Results 2 comments of ahlearn

I achieved it by adding following hook: (defun my-minibuffer-setup-hook () ;; select input string (if any). (setq this-command-keys-shift-translated t) (handle-shift-selection) (beginning-of-line) ) (add-hook 'minibuffer-setup-hook #'my-minibuffer-setup-hook)