diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-08-30 16:06:22 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-08-30 16:06:22 +0100 |
| commit | f1eabbaa1b4ff1836d0ee8335b31d009203f3775 (patch) | |
| tree | bbe77eacaef8ab8a5999e517c3006973c9e3e44c /snippets/slim.snippets | |
| parent | 823302458ec6c53455a3f34674415c43ce6a3187 (diff) | |
fixed zathura integration with texlab using nvim-texlabconfig
Diffstat (limited to 'snippets/slim.snippets')
| -rw-r--r-- | snippets/slim.snippets | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/snippets/slim.snippets b/snippets/slim.snippets deleted file mode 100644 index 885ca8d..0000000 --- a/snippets/slim.snippets +++ /dev/null @@ -1,63 +0,0 @@ -snippet pry - - binding.pry -snippet renp - = render partial: '${0}' -# Forms -# ===== -snippet fieldset - fieldset - legend ${1} -snippet css - link rel="stylesheet" href="${1:style.css}" type="text/css" media="${2:all}" -snippet script - script src="${1:script.js}" type="text/javascript" -# Some useful Unicode entities -# ============================ -# Non-Breaking Space -snippet nbs - -# ← -snippet left - ← -# → -snippet right - → -# ↑ -snippet up - ↑ -# ↓ -snippet down - ↓ -# ↩ -snippet return - ↩ -# ⇤ -snippet backtab - ⇤ -# ⇥ -snippet tab - ⇥ -# ⇧ -snippet shift - ⇧ -# ⌃ -snippet ctrl - ⌃ -# ⌅ -snippet enter - ⌅ -# ⌘ -snippet cmd - ⌘ -# ⌥ -snippet option - ⌥ -# ⌦ -snippet delete - ⌦ -# ⌫ -snippet backspace - ⌫ -# ⎋ -snippet esc - ⎋ |
