Skip to content

Commit

Permalink
master: [feature] add keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyangze committed Dec 21, 2022
1 parent cdf6151 commit d51f242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layers/common/tool-fzf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ let g:fzf_action = {
\ 'ctrl-x': 'split',
\ 'ctrl-v': 'vsplit'
\ }
let $FZF_DEFAULT_OPTS = '--bind ctrl-q:select-all+accept'

let g:fzf_colors =
\ { 'fg': ['fg', 'Normal'],
\ 'bg': ['bg', 'Normal'],
Expand Down

0 comments on commit d51f242

Please sign in to comment.