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ů.
 
 
 
 
 
 

7 řádky
211 B

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