iy-go-to-char

マルチカーソルでカンマ(,)まで進みたいとかに便利

(use-package iy-go-to-char
  :ensure t
  :after multiple-cursors
  :bind (("C-c f" . iy-go-to-char) ("C-c F" . iy-go-to-char-backward))
  :config
  (add-to-list 'mc/cursor-specific-vars 'iy-go-to-char-start-pos))