Skip to content

Provide :set wrap, :set number, :set colorcolumn, and more

License

Notifications You must be signed in to change notification settings

FrostyX/evil-set-option

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evil-set-option

Support for all the well-known, and easy-to-use :set commands, such as :set wrap, :set number, :set colorcolumn, :set expandtab, and more.

You can see it in action in this short video.

Installation

The package is not available on MELPA yet, please use Quelpa (or your preferred package manager) to install.

(use-package evil-set-option
  :ensure t
  :quelpa (evil-set-option
           :fetcher github
           :repo "FrostyX/evil-set-option"
           :branch "main")
  :config
  (evil-set-option-mode))

Usage

The following colon commands, and many others become available. Running them will affect only the current buffer.

:set wrap
:set number
:set colorcolumn=80
...

Read more

About

Provide :set wrap, :set number, :set colorcolumn, and more

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published