Add more cluster text functions
This commit is contained in:
parent
8d15d3775f
commit
a929c4dfa5
|
@ -5,3 +5,9 @@ set backspace=indent,eol,start
|
|||
" TODO Implement auto clustering text function to run on blocks
|
||||
|
||||
imap .<space> .<space><space><space><space><space>
|
||||
imap !<space> !<space><space><space><space><space>
|
||||
imap ?<space> ?<space><space><space><space><space>
|
||||
|
||||
imap ,<space> ,<space><space><space><space><space>
|
||||
imap ;<space> ;<space><space><space><space><space>
|
||||
imap :<space> :<space><space><space><space><space>
|
||||
|
|
Loading…
Reference in a new issue