Skip to content

Instantly share code, notes, and snippets.

@kminiatures
Created May 12, 2014 02:35
Show Gist options
  • Select an option

  • Save kminiatures/88a39c43f33dcdf13191 to your computer and use it in GitHub Desktop.

Select an option

Save kminiatures/88a39c43f33dcdf13191 to your computer and use it in GitHub Desktop.
last 8 charactor deleting
# snipet ( abbreviation: code.. )
----------------------
```@cursor```
----------------------
# example
----- before ---------
1234567890
1234567890
1234567890
1234567890
1234567890
----- call snipet ---------
1234567890
1234567890
1234567890
1234567890
1234567890
code..
---- result ---------
1234567890
1234567890
1234567890
1234567890
12``````
--------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment