ctrl-o to paste file from FZF buffer

This commit is contained in:
2024-03-18 18:48:27 -04:00
parent b17087c810
commit 068e40a4cf

8
.vimrc
View File

@@ -167,6 +167,14 @@ let g:bullets_outline_levels = ['num', 'abc', 'std*', 'std+', 'std-']
let g:airline#extensions#tabline#enabled = 1
let g:airline_theme = 'angr'
" FZF Actions
" <c-o> to copy FZF result into current buffer
let g:fzf_action = {
\ 'ctrl-t': 'tab split',
\ 'ctrl-x': 'split',
\ 'ctrl-v': 'vsplit',
\ 'ctrl-o': ':r !echo'}
" ---------------------------------------------------------------------------------------------------------------------
" ==> Colors
" Term GUI Colors