vimCheck vim version
Usage example
vim --version
output
VIM - Vi IMproved 8.1 (2018 May 18, compiled Nov 08 2021 14:21:34)
Included patches: 1-2269
Modified by [email protected]
Compiled by [email protected]
Huge version without GUI. Features included (+) or not (-):
+acl -farsi -mouse_sysmouse -tag_any_white
+arabic +file_in_path +mouse_urxvt -tcl
+autocmd +find_in_path +mouse_xterm +termguicolors
...
More of Vim
- How to indent block forward (right)
- How to enable autoindent
- How to unfold on indent
- How to change color scheme
- How to select line
- How to indent block backward (left)
- How to disable line wrapping
- How to switch to left split window
- How to indent line backward (left)
- How to switch to top split window
See more codes...