@@ -99,9 +99,9 @@ For the latest version please see https://github.com/mattn/gist-vim.
99
99
100
100
:Gist -b
101
101
102
- ## List Action
102
+ ## List Feature
103
103
104
- - New mappings on the gist-listing buffer:
104
+ - Useful mappings on the gist-listing buffer:
105
105
- Both ` o ` or ` Enter ` open the gist file in a new buffer, and close the
106
106
gist-vim listing one.
107
107
- ` b ` opens the gist file in a browser; this is necessary because
@@ -111,6 +111,7 @@ For the latest version please see https://github.com/mattn/gist-vim.
111
111
- ` p ` pastes the contents of the selected gist to the buffer from where
112
112
gist-vim was called, and closes the gist-vim buffer.
113
113
- Hitting ` Escape ` or ` Tab ` at the gist-vim buffer closes it.
114
+
114
115
- Gist listing has fixed-length columns now, more amenable to eye inspection.
115
116
Every line on the gist-listing buffer contains the gist id, name and
116
117
description, in that order. Columns are now padded and truncated to offer a
@@ -128,17 +129,6 @@ For the latest version please see https://github.com/mattn/gist-vim.
128
129
- Note that the gist listing buffer now does not show the field 'code'
129
130
(not sure what that did in the first place).
130
131
131
- - Now the listing is complete (no need to select 'more' to see the following
132
- gists on the list), in this way the user can later perform a search (using vim's ` / ` ,
133
- for instance) for the sought gist by name, description, etc.
134
- - The first line on the gist-listing states the number of gists listed and the
135
- user whose gists are being listed.
136
- - The height of the gist-listing buffer is now determined in the following way.
137
- If the number of gists listed equals or exceeds 10, then the height is fixed at 10. If
138
- it is smaller than 10, then the height is adjusted so that there are no empty
139
- lines displayed on the buffer. Note: right now this value (10) is fixed; I'm
140
- going to change it to a global plugin variable that defaults to 10.
141
-
142
132
## Tips:
143
133
144
134
If you set g: gist_clip_command , gist.vim will copy the gist code with option
0 commit comments