Klimi's new dotfiles with stow.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

6 řádky
211 B

před 5 roky
  1. # -*- mode: snippet -*-
  2. # contributor: Xah Lee (XahLee.org)
  3. # name: insert-file-contents
  4. # key: insert-file-contents
  5. # key: ifc
  6. # --
  7. (insert-file-contents ${1:filename}${2: visit}${3: beg}${4: end}${5: replace})