Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-minimal-look

This plugin lets you toggle the visibility of the following UI elements:

Minimal look, off and on

By default, the plugin binds <Leader>M. When you activate it, it remembers your settings, so your customizations will be restored after deactivation. You can override the default keybinding in your .vimrc or init.vim:

let g:minimal_look_no_mappings = v:true

" If you prefer `gM` instead of `<Leader>M`:
nmap <silent> gM <Plug>ToggleMinimalLook

Or in your init.lua:

vim.g.minimal_look_no_mappings = true

vim.keymap.set('n', 'gM', '<Plug>ToggleMinimalLook', { silent = true })

Installation

Use your Vim package manager, or install it manually in Vim:

$ mkdir -p ~/.vim/pack/gn0/start
$ cd ~/.vim/pack/gn0/start
$ git clone https://github.com/gn0/vim-minimal-look.git

Or in Neovim:

$ mkdir -p ~/.config/nvim/pack/gn0/start
$ cd ~/.config/nvim/pack/gn0/start
$ git clone https://github.com/gn0/vim-minimal-look.git

License

vim-minimal-look is distributed under CC0.

About

Toggle whether status line, etc., are displayed

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages