tskeleton_vim icon indicating copy to clipboard operation
tskeleton_vim copied to clipboard

File Templates and Code Skeletons/Snippets for VIM

Results 1 tskeleton_vim issues
Sort by recently updated
recently updated
newest added

My template is: ``` ``` Actual result of expansion: ``` |/path/to/file ``` Character «|» denote a cursor position. Note: cursor at beginning of line. Expected result of expansion: ``` /path/to/file|...