8000 GitHub - Kraust/floater.nvim: Floating Terminal Tasker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Kraust/floater.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

floater.nvim - Floating Terminal Tasker

This was a "Hello world" Vim plugin for me and I decided to use neovim's new-ish floating window support to create a floating terminal emulator. This coincidentaly also be used to spawn off background processes so it could also function as an async task runner.

screenshot

You can use the following leader binding to toggle with FloaterToggle:

    nnoremap <leader>f :FloaterToggle<cr>

TODO

  • Adjustable window sizes (currently only takes up half of the screen)
  • Floating window positioning
  • ???

About

Floating Terminal Tasker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0