Skip to content

Commit

Permalink
floting windowの透過 && cmdheight=0(v8.0以降)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacificbelt30 committed Nov 10, 2022
1 parent cacbebc commit cdb601d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions nvim/plugins/fzf.rc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ endif
" fzfターミナル上でのキーマップ
augroup _fzf_
autocmd!
autocmd FileType fzf set winblend=15
autocmd FileType fzf nnoremap <buffer> q :q<CR>
autocmd FileType fzf tnoremap <buffer> <Esc> <C-\><C-n>:q<CR>
autocmd FileType fzf tnoremap <buffer> jj <C-\><C-n>:q<CR>
Expand Down
4 changes: 4 additions & 0 deletions nvim/rc/options.rc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ set background=dark
colorscheme gruvbox
set t_Co=256
set termguicolors
" コマンドラインの高さが0になる
set cmdheight=0
set pumblend=20
set winblend=10

if &compatible
set nocompatible
Expand Down

0 comments on commit cdb601d

Please sign in to comment.