1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-09 12:40:05 +08:00

Add todos

This commit is contained in:
wsdjeg 2017-07-24 05:56:18 +08:00
parent e8c3e57b35
commit 4616c0c15c

View File

@ -1223,19 +1223,19 @@ Key Binding | Description
`SPC x j r` | set the justification to right (TODO) `SPC x j r` | set the justification to right (TODO)
`SPC x J` | move down a line of text (enter transient state) `SPC x J` | move down a line of text (enter transient state)
`SPC x K` | move up a line of text (enter transient state) `SPC x K` | move up a line of text (enter transient state)
`SPC x l d` | duplicate line or region `SPC x l d` | duplicate line or region (TODO)
`SPC x l s` | sort lines `SPC x l s` | sort lines (TODO)
`SPC x l u` | uniquify lines `SPC x l u` | uniquify lines (TODO)
`SPC x o` | use avy to select a link in the frame and open it `SPC x o` | use avy to select a link in the frame and open it (TODO)
`SPC x O` | use avy to select multiple links in the frame and open them `SPC x O` | use avy to select multiple links in the frame and open them (TODO)
`SPC x t c` | swap (transpose) the current character with the previous one `SPC x t c` | swap (transpose) the current character with the previous one
`SPC x t w` | swap (transpose) the current word with the previous one `SPC x t w` | swap (transpose) the current word with the previous one
`SPC x t l` | swap (transpose) the current line with the previous one `SPC x t l` | swap (transpose) the current line with the previous one
`SPC x u` | set the selected text to lower case `SPC x u` | set the selected text to lower case (TODO)
`SPC x U` | set the selected text to upper case `SPC x U` | set the selected text to upper case (TODO)
`SPC x w c` | count the number of occurrences per word in the select region `SPC x w c` | count the number of occurrences per word in the select region (TODO)
`SPC x w d` | show dictionary entry of word from wordnik.com `SPC x w d` | show dictionary entry of word from wordnik.com (TODO)
`SPC x TAB` | indent or dedent a region rigidly `SPC x TAB` | indent or dedent a region rigidly (TODO)
#### Text insertion commands #### Text insertion commands