vim-smoothie VS toggleterm.nvim

Compare vim-smoothie vs toggleterm.nvim and see what are their differences.

vim-smoothie

Smooth scrolling for Vim done right🥤 (by psliwka)

toggleterm.nvim

A neovim lua plugin to help easily manage multiple terminal windows (by akinsho)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vim-smoothie toggleterm.nvim
12 89
962 3,710
- -
1.8 8.2
almost 2 years ago 9 days ago
Vim Script Lua
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vim-smoothie

Posts with mentions or reviews of vim-smoothie. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-27.
  • Set it and forget it plugins?
    16 projects | /r/neovim | 27 Jun 2023
    dirbuf.nvim (or oil.nvim), the genius thing is that it is really just one mapping, plus stuff you already know. Foke's todo-comments.nvim is another typical one, but you're probably aware of that if using Noice. Smooth scrolling plugins? My favourite for some reason is still vim-smoothie, not the Lua alternatives.
  • Need help structuring code for an attempt at smooth scrolling
    1 project | /r/emacs | 19 Mar 2023
    My goal is to try to make something like vim-smoothie in emacs. I want to make this scroll line by line, instead of by pixel with pixel-scroll-mode because that just makes it laggy, and not smooth at all.
  • How can I get over the beginner's hump and move around faster?
    6 projects | /r/vim | 17 Sep 2022
    I can reccomend practicing using D and U to move around to see if you get more used to it, but there's also the vim-smoothie plugin which might make the scrolling easier to follow. Some other usefull ways of moving around are using { and } to move by paragraph (i.e. to next blank line), [[, [], ][ and ]] which move to the start or end of c-style functions. You might also want to try out a fuzzy finder such as vim-fzf or nvim-telescope where you can use :Rg or :Telescope live-grep respectively where you can start typing part of a line and see a list of the lines that fit alongside a preview window
  • More senior engineer complains he can’t tell what’s going on in vim
    6 projects | /r/vim | 15 Jul 2022
    I installed a plug-in that animates my scrolling. I’m not sure if it’s https://github.com/psliwka/vim-smoothie or something comparable (on phone so I can’t check right now). It also shows what’s going on in a more visual way. It’s hypothetically slower since it wastes frames, but I’m used to it now.
  • My Only issue with using VIM as an IDE...
    9 projects | /r/neovim | 1 May 2022
  • Nvui: A NeoVim GUI written in C++ and Qt
    16 projects | news.ycombinator.com | 29 Aug 2021
    > And smooth scrolling works on regular neovim with https://github.com/psliwka/vim-smoothie

    Doesn't 'smooth scrolling' mean scrolling in increments less than a full line, to avoid the janky jarring jump from one line to the next?

    I don't get how you can do smooth scrolling in a terminal interface? The screenshots in that link aren't smooth - they jump whole lines at a time.

  • vim-smoothie: Smooth scrolling for Vim done right
    1 project | news.ycombinator.com | 27 Jul 2021
  • How can I navigate between lines on a larger scale better?
    1 project | /r/vim | 3 Jun 2021
    That is where this type of plugin can help with that: https://github.com/psliwka/vim-smoothie
  • Best recent plugins
    2 projects | /r/vim | 30 Mar 2021
    Very sexy for reading stuff (like help)
  • How do people move vertically?
    4 projects | /r/vim | 17 Mar 2021
    Wanna add some coconut oil to your c-u/c-d? use psliwka/vim-smoothie for some smooooooth ups and downs. Really helps you keep focus and reduce the need to reorient after the jump.

toggleterm.nvim

Posts with mentions or reviews of toggleterm.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-31.
  • Neovide – a simple, no-nonsense, cross-platform GUI for Neovim
    17 projects | news.ycombinator.com | 31 Jan 2024
    As a data point, I'd like to chime in here. I have been a 15 year user of tmux (and screen before that) and never thought I'd change my development habits. Over the holidays I decided I would do one of those once-every-five-years upgrades to my vim setup as I had accrued dozens of vendored plugins in normal vim and wanted to see what the big deal with neovim was.

    I bit the bullet and evaluated some of the "distributions" (AstroNvim and kickstarter) and played around with all the new lua plugins that I had never thought I needed (why use telescope when FZF-vim worked so well?).

    Anyways, after a month of tweaking and absorbing, I found myself running Neovide only, and doing something I never thought I'd see, running tmux from within neovim/neovide. I think this only works (for me) because of session management (there are half a dozen plugins for handling quickly changing 'workspaces') and because the built-in terminal (with a very useful plugin called toggleterm: https://github.com/akinsho/toggleterm.nvim) works so well.

    I have not stopped using tmux and layouts, and it sits in another fullscreen iterm2 workspace, but I find that I now spend 90% of my time using a fullscreen neovide and summoning/toggling tmux momentarily for running commands.

    Of course, the caveat here is that my preferred mode of operation is being fullscreen as often as possible. I think if your preferred mode of operation is to always see splits then running neovim from the terminal within tmux is still the way to go.

    As for why I like neovide? I find the animations, when tweaked to be less 'cool' are extremely useful to see where the cursor jumps to. I am also a huge fan of the fact that I can finally use 'linespace' to put some space between my lines of code -- it is an aesthetic I didn't realize I wanted.

  • NeoVim Capability Functions
    4 projects | /r/neovim | 3 Nov 2023
    For splitting the terminal you could try either toggleterm or tmux. If you want to send things from one tmux pane to another, then you can use slime. For a toggle-able filetree, you can use nvim tree.
  • Is there any gotchas for using Neovim's built in terminal?
    1 project | /r/neovim | 21 Sep 2023
    I just found toggleterm which feels awesome. Pretty much exactly what I was looking for to use with Alacritty but even better since its integrated into the rest of my Neovim workflow.
  • How to unfloat a terminal in Lazyvim
    1 project | /r/neovim | 12 Sep 2023
    I saw this plugin that tells me how to do it, however I got confused after I added "require("toggleterm").setup({})" in the lazy.lua file and installed the package as well using the Lazy command
  • VSCode-like terminal setup
    1 project | /r/neovim | 23 Jul 2023
    I tried toggleterm but I wasn't successful.
  • Noobie Needs a Nudge
    7 projects | /r/neovim | 30 Jun 2023
    And I never really got into Gitsigns or vim-fugitive. Lots of people love them, so I'm sure they're great, but I'm happy opening a floating terminal with Toggleterm and using Lazygit.
  • Using Floaterm, what's the best way to toggle between the editor and opened window and maintain the shell session?
    2 projects | /r/neovim | 6 Jun 2023
    I agree with u/Bamseg, but you can get what you want using toggleterm.nvim BUT NOT IN FLOAT.
  • What do you use for git integration in neovim?
    8 projects | /r/neovim | 6 Jun 2023
    I use gitsigns for linewise operations (blame, reset, etc), and a floating terminal (toggleterm) for everything else. flatten.nvim also helps with nested nvim instances.
  • Switching from Emacs. My experience
    20 projects | /r/neovim | 24 May 2023
    but I ended up finding a good enough workaround by using Lazygit through Toggleterm.
  • Just got neovim up and working
    2 projects | /r/neovim | 21 May 2023
    Perhaps you want something like https://github.com/akinsho/toggleterm.nvim and make a custom profile? Remapping a key for each extension seems fine as well, just remap it per-buffer inside of on_attach

What are some alternatives?

When comparing vim-smoothie and toggleterm.nvim you can also consider the following projects:

neo-smooth-scroll.nvim - Smooth scroll simple plugin for neovim

vim-floaterm - :computer: Terminal manager for (neo)vim

neoscroll.nvim - Smooth scrolling neovim plugin written in lua

neoterm - Wrapper of some vim/neovim's :terminal functions.

vim-dadbod-ui - Simple UI for https://github.com/tpope/vim-dadbod

multiterm.vim - Toggle and Switch Between Multiple Floating Terminals in NeoVim or Vim

instant.nvim - collaborative editing in Neovim using built-in capabilities

AstroNvim - AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins

tmate - Instant Terminal Sharing

tmux - tmux source code

st-undercurl - A patch for ST (Simple Terminal) adding support for curly and colored underlines.

AstroVim - AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins [Moved to: https://github.com/AstroNvim/AstroNvim]