Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5769

neosnippet.vimのabbreviationは複数書ける

$
0
0

スーパー小ネタ。

以下のように書けます。

sh.snip
snippet bashd
abbr #!/bin/bash
abbr #@(#)
options head
alias sbd
    #!/bin/bash
    #@(#)${1:#Descriptions}
    ${0:TARGET}

ただし、展開時は1行にまとめて表示されるので、特に意味はありません。


Viewing all articles
Browse latest Browse all 5769

Latest Images

Trending Articles