homogulosus / indispensable

My take on tpope's sensible geared towards neovim maintaining vim compatibility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nvim (Vim too) Indispensable

Basically a copy of the lord tpope's vim-sensible

A copy that suits me and I use to learn the honorific art of plug making. Tailored for nvim

Features

  • Terminal behaves more like Vim's terminal

    • nonumber
    • startinsert
    • quit on exit (no ore 0 process)
    • Mapped to <leader>T
  • Redir. Redirects command output to a new buffer. (update: this is now a plugin)

    • Vim commands
    • shell commands (!)

Credits and License

Copyright 2020 homogulosus

Licensed under the "THE BEER-WARE LICENSE" (Revision 42): homogulosus wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer or coffee in return

About

My take on tpope's sensible geared towards neovim maintaining vim compatibility.


Languages

Language:Vim Script 100.0%