vim-repl
tmux-thumbs
vim-repl | tmux-thumbs | |
---|---|---|
6 | 4 | |
447 | 938 | |
- | 2.1% | |
2.9 | 0.0 | |
about 1 year ago | 9 months ago | |
Vim Script | Rust | |
GNU General Public License v3.0 only | MIT License |
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-repl
-
Looking for python setup similar to nvim-r
Tu reproduce nvim-r workflow you might want something like this https://github.com/sillybun/vim-repl.
-
Is there any plugin or a way where I can see my code like this and not opening a browser to view it?
:h :terminal and some REPL plugin, e.g. vim-slime, vim-repl or reply.vim
-
Switching to VScode from VIM
Vim has a fantastic repl tool https://github.com/sillybun/vim-repl
- Please help a newbie understand your workflow (python)
- After using python for more than 4 years only very recently I am seriously considering switching from standard Python IDLE
-
Tmux lets you select and copy text with your keyboard
Even more awesome: vim-repl (https://github.com/sillybun/vim-repl) uses the :term feature to provide convenient communication with any REPL, with extra support for some languages such as Python.
tmux-thumbs
-
Wezterm QuickSelect
After using tmux for more than a decade, I’ve recently moved away from it and switched to using the multiplex features in wezterm. One of my favorite plugins for tmux is tmux-thumbs. This allowed me to write patterns using regex and press a shortcut to highlight those patterns. It would give me a set of quick keys I could type that would then either copy the text to my clipboard or paste it to the command line. This comes in very handy when using kubectl and dealing with pod names.
-
What is your favorites plugins, themes or configuration details?
I really recommend tmux-thumbs . It is similar to extracto and you can pick up text from the screen with few key strokes.
-
Tmux lets you select and copy text with your keyboard
Only glanced at it but didn't see it mention 'V' which selects rows rather than characters. Which can be quite useful.
There are also tmux plugins to make some operations smoother.
https://github.com/fcsonline/tmux-thumbs
Like keyboard driven browsers uses hints, so file paths, git SHAs etc. are highlighted using a small hint and if you press it it is copied.
https://github.com/laktak/extrakto
Fuzzy search in current pane to insert/copy things of interest.
What are some alternatives?
vim-slime - A vim plugin to give you some slime. (Emacs)
tmux-copycat - A plugin that enhances tmux search
neoterm - Wrapper of some vim/neovim's :terminal functions.
extrakto - extrakto for tmux - quickly select, copy/insert/complete text without a mouse
vim-ipython-cell - Seamlessly run Python code in IPython from Vim
tmux-yank - Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.
reply.vim - REPLs play nicely with :terminal on Vim and Neovim
tmux-open - Tmux key bindings for quick opening of a highlighted file or url
universe - A group of my various scripts, see the Manifest (below)
k9s - 🐶 Kubernetes CLI To Manage Your Clusters In Style!