slimux.nvim - Simple plugin to send text to tmux panes

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • slimux.nvim

    Send content from the current Neovim buffer to a configurable tmux pane.

  • vim-slime

    A vim plugin to give you some slime. (Emacs)

  • This is yet another plugin to capture text from the current buffer and send it to a tmux pane. I was using https://github.com/jpalardy/vim-slime previously, and wished I could just set sensible defaults for where to send text. Also, I wanted to create my first Neovim plugin! I have to say, after writing a bit of Vimscript in the past, the Neovim Lua API makes me a much happier camper.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • vimux

    easily interact with tmux from vim

  • There's also https://github.com/preservim/vimux, which works very well IMHO.

  • tmux

    tmux source code

  • I think it is simply by using {last} as the pane ID. See eg https://github.com/tmux/tmux/wiki/Advanced-Use My current config for vim-slime also has vim.g.slime_target = "tmux" vim.g.slime_default_config = {socket_name = "default", target_pane = "{last}"}

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts