Closed jixiuf closed 8 years ago
add function helm-swoop--goto-line-action and helm-swoop--goto-line-action-hook
demo for evil user: (defun push-mark-after-helm-swoop() (isearch-update-ring helm-pattern evil-regexp-search)) (add-hook 'helm-swoop--goto-line-action-hook 'push-mark-after-helm-swoop)
updated
add function helm-swoop--goto-line-action and helm-swoop--goto-line-action-hook
demo for evil user: (defun push-mark-after-helm-swoop() (isearch-update-ring helm-pattern evil-regexp-search)) (add-hook 'helm-swoop--goto-line-action-hook 'push-mark-after-helm-swoop)
101