Senal's NeoVim configuration
In this section, we are going to be talking about the keybindings in senalvim.
Allow the ability to delete a line
Allow the ability to save a file
Allow the ability to save a file and quit senalvim
Horizontal Split and Netrw buffer
Vertical Split and Netrw buffer
Well, you may be asking, Senal, why there is no typical neovim package manager for this build? Well, senalvim is not a really a neovim distribution of neovim but it is a wrapper for neovim.
The end result???? Performance.....
The package manager for senalvim is based on shell scripts. Essentially cloned into the right directory of neovim (Like it should be).
So where is the package manager at? Well it is in the senalvim/shell-scripts
directory... psst... eventually the new shell-scripts functionality is going
to be documented soon.
In this section, we are going to be talking about how to run senalvim for developing purposes:
nvim -u nvim/init.luaIn this section, we are going to be talking about the ascii communication with senalvim. when it comes to the keyboards and ascii communication, the innovation behind it is making custom keyboard only for specific use-cases for senalvim. Inspired by the meme F25 key
Use Cases:
- Search
- Find and Replace
- Find and Replace in Folder
- Running a program
- GIT commands