Name inspired by the song of my favorite band THE KILL⚡RS.
Collection of Vim default options for humans.
Features:
- Default native options for Vim to be your friend.
- Autocmds:
- Jump to last cursor position with fold support.
- Automagically save and load views for all files.
- Equalize splits if UI window got resized.
#
Update file on if changed somewhere else.*
The text is highlighted when it has been yanked.
- Mappings:
- Better navigating between word wrap lines.
#
Added default Neovim's mappings to Vim.- Comfortable indentation with
>
and<
keys. - More mappings for navigation with buffers.
- And, mappings for toggle options on-demand.
NOTE: feats with #
only available for Vim and feats with *
only available for Neovim.
You can install human.vim
in many ways that you know and prefer, just make sure to load it before all your other plugins to ensure you don't overwrite any options contained in those other plugins.
To use this plugin you just have to install it, load it correctly and you will start to notice small changes in Vim or Neovim that will make more sense by default.
To see the many options contained in this plugin, look directly at the source code in the plugin/human.vim
directory, where all the options are nicely organized. If you need to change the value of an option contained in this plugin, you must do so after loading this plugin, otherwise, your options value will be rewritten.
This plugin sets the <LocalLeader>
key to a |
(pipe), to avoid clash with default <Leader>
key, only if the localleader
variable has not been previously set.
The following Neovim's default mappings are created for Vim:
nnoremap Y y$
nnoremap <C-L> <Cmd>nohlsearch<Bar>diffupdate<Bar>normal! <C-L><CR>
inoremap <C-U> <C-G>u<C-U>
inoremap <C-W> <C-G>u<C-W>
xnoremap * y/\V<C-R>"<CR>
xnoremap # y?\V<C-R>"<CR>
nnoremap & :&&<CR>
Also, creates the following mappings to navigate between buffers, following the same Vim philosophy for navigating between tabs. Why not include it by default!
VI Mode | Keymap | Description |
---|---|---|
Normal | g + B |
Go to the previous buffer |
Normal and Insert | SHIFT + PAGE UP |
Go to the previous buffer |
Normal | g + b |
Go to the next buffer |
Normal and Insert | SHIFT + PAGE DOWN |
Go to the next buffer |
Finally, creates the following mappings to toggle some Vim options that are useful on-demand but not all the time.
VI Mode | Keymap | Description |
---|---|---|
Normal | <underscore> + l |
Toggle cursorline option |
Normal | <underscore> + c |
Toggle cursorcolumn option |
Normal | <underscore> + s |
Toggle spell option |
Normal | <underscore> + w |
Toggle wrap option |
Hi 👋, I'm Wuelner, a software developer from Guatemala, passionate about creating minimalist solutions using solid fundamentals focused on "how things should be".
With 💖 from LATAM to the world!