diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2020-02-14 00:32:45 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2020-02-14 00:36:20 +0900 |
| commit | 4fb410a93c6567cfae1a72e1581a3bd193cd307a (patch) | |
| tree | 10c47a7b8375588f9eabed5bd5052f5e9672b675 /shell | |
| parent | 5e1db9fdd31257bc807348983dd3ae690056e5e0 (diff) | |
| download | fzf-4fb410a93c6567cfae1a72e1581a3bd193cd307a.tar.gz | |
[vim] More border styles
e.g.
let g:fzf_layout = { 'window': { 'width': 0.4, 'height': 1, 'xoffset': 0, 'border': 'right' } }
let g:fzf_layout = { 'window': { 'width': 0.4, 'height': 1, 'xoffset': 1, 'border': 'left' } }
let g:fzf_layout = { 'window': { 'width': 1, 'height': 0.5, 'yoffset': 1, 'border': 'top' } }
let g:fzf_layout = { 'window': { 'width': 1, 'height': 0.5, 'yoffset': 0, 'border': 'bottom' } }
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions
