commit 3e1fd8b6398d145ed349fac8e05b0aeab2897180
parent d27a7cbb36898db0924ae888a8556616f5774fc0
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Wed, 5 Feb 2020 21:59:56 +0100
vim: fzf options + pop up window usage
Former-commit-id: 918aaffbb6d458ac9f20e5b6a1505b83f939bbc0
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -254,10 +254,13 @@ let g:fzf_action = {
\ 'ctrl-t': 'tab split',
\ 'ctrl-i': 'split',
\ 'ctrl-v': 'vsplit' }
+let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }
+
nnoremap <leader>F :Files<CR>
nnoremap <leader>B :Buffers<CR>
nnoremap <leader>G :Lines<CR>
nnoremap <leader>T :Helptags<CR>
+nnoremap <leader>Q :Tags<CR>
" }}}
" Vimwiki {{{
let tlist_vimwiki_settings = 'wiki;h:Headers'