Add gp binding: reselects last paste
This commit is contained in:
parent
4bfee11f58
commit
24c7887312
2 changed files with 8 additions and 0 deletions
|
@ -44,5 +44,12 @@
|
|||
(hs-minor-mode 1)
|
||||
(advice-remove 'evil-toggle-fold 'narf-load-hs-minor-mode))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/reselect-paste ()
|
||||
(interactive)
|
||||
(evil-goto-mark ?\[)
|
||||
(evil-visual-state)
|
||||
(evil-goto-mark ?\]))
|
||||
|
||||
(provide 'defuns-editor)
|
||||
;;; defuns-editor.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue