Home

Awesome

<div align = "center"> <h1><a href="https://github.com/2kabhishek/termim.nvim">termim.nvim</a></h1> <a href="https://github.com/2KAbhishek/termim.nvim/blob/main/LICENSE"> <img alt="License" src="https://img.shields.io/github/license/2kabhishek/termim.nvim?style=flat&color=eee&label="> </a> <a href="https://github.com/2KAbhishek/termim.nvim/graphs/contributors"> <img alt="People" src="https://img.shields.io/github/contributors/2kabhishek/termim.nvim?style=flat&color=ffaaf2&label=People"> </a> <a href="https://github.com/2KAbhishek/termim.nvim/stargazers"> <img alt="Stars" src="https://img.shields.io/github/stars/2kabhishek/termim.nvim?style=flat&color=98c379&label=Stars"></a> <a href="https://github.com/2KAbhishek/termim.nvim/network/members"> <img alt="Forks" src="https://img.shields.io/github/forks/2kabhishek/termim.nvim?style=flat&color=66a8e0&label=Forks"> </a> <a href="https://github.com/2KAbhishek/termim.nvim/watchers"> <img alt="Watches" src="https://img.shields.io/github/watchers/2kabhishek/termim.nvim?style=flat&color=f5d08b&label=Watches"> </a> <a href="https://github.com/2KAbhishek/termim.nvim/pulse"> <img alt="Last Updated" src="https://img.shields.io/github/last-commit/2kabhishek/termim.nvim?style=flat&color=e06c75&label="> </a> <h3>Neovim Terminal, Improved πŸ¦ΎπŸ’»</h3> <figure> <img src="images/screenshot.jpg" alt="termim.nvim in action"> <br/> <figcaption>termim.nvim in action</figcaption> </figure> </div>

termim.nvim improves your default neovim terminal experience, keeping it super simple.

✨ Features

⚑ Setup

βš™οΈ Requirements

πŸ’» Installation

Add the following to your lazy/packer config

    -- Lazy
    {
        '2kabhishek/termim.nvim',
        cmd = { 'Fterm', 'FTerm', 'Sterm', 'STerm', 'Vterm', 'VTerm' },
    },

    -- Packer
    use '2kabhishek/termim.nvim'

πŸš€ Usage

πŸ“‘ Commands

termim.nvim adds the following commands:

All the commands accept optional command as arg, if command is missing, your default shell will run

⌨️ Mappings

termim.nvim adds the following mappings:

Recommended which-key Mappings

Other than the standard commands, you can use which-key to create your own commands.

    t = {
        name = 'Terminal',
        ['`'] = { '<cmd>Sterm<cr>', 'Horizontal Terminal' },
        e = { '<cmd>Sterm iex<cr>', 'Elixir' },
        g = { '<cmd>Fterm lazygit<cr>', 'Lazygit' },
        n = { '<cmd>Sterm node<cr>', 'Node' },
        p = { '<cmd>Sterm bpython<cr>', 'Python' },
        r = { '<cmd>Sterm irb<cr>', 'Ruby' },
        s = { '<cmd>Sterm<cr>', 'Horizontal Terminal' },
        t = { '<cmd>Fterm<cr>', 'Terminal' },
        v = { '<cmd>Vterm<cr>', 'Vertical Terminal' },
    },

πŸ—οΈ What's Next

You tell me!

πŸ§‘β€πŸ’» Behind The Code

🌈 Inspiration

Most terminal plugins offer a lot more than I needed, whereas I needed some small enhancements of the default neovim terminal experience.

πŸ’‘ Challenges/Learnings

🧰 Tooling

πŸ” More Info

<hr> <div align="center">

<strong>⭐ hit the star button if you found this useful ⭐</strong><br>

<a href="https://github.com/2KAbhishek/termim.nvim">Source</a> | <a href="https://2kabhishek.github.io/blog" target="_blank">Blog </a> | <a href="https://twitter.com/2kabhishek" target="_blank">Twitter </a> | <a href="https://linkedin.com/in/2kabhishek" target="_blank">LinkedIn </a> | <a href="https://2kabhishek.github.io/links" target="_blank">More Links </a> | <a href="https://2kabhishek.github.io/projects" target="_blank">Other Projects </a>

</div>