Skip to content

mcvnh/vim-float-window

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

vim-float-window

Open the float window in the center of the current editor screen;

:call OpenFloatWindow()

In case of execute a command after the float window opened, example tig or git log

:call OpenFloatWindow("tig")
:call OpenFloatWindow("git log")

Key mapping examples:

nnoremap <Leader>a :call OpenFloatTerm()<CR>
nnoremap <Leader>at :call OpenFloatTerm("tig")<CR>

About

A Vim/Neovim utilize function to open a float window in the center

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published