Klimi's new dotfiles with stow.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

6 satır
137 B

# -*- mode: snippet -*-
# name: each_with_index { |e, i| ... }
# key: eawi
# group : collections
# --
each_with_index { |${e}, ${i}| $0 }