Skip to content

Instantly share code, notes, and snippets.

@eiel
Created October 29, 2014 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eiel/5d52839c596fdbaab058 to your computer and use it in GitHub Desktop.
Save eiel/5d52839c596fdbaab058 to your computer and use it in GitHub Desktop.
現在開いているのバッフォのファイル名をキルリングに追加するコマンド
(defun my:kill-new-buffer-file-name ()
"現在のバッファのファイル名をキルリングに追加する"
(interactive)
(kill-new (buffer-file-name)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment