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 copy text to clipboard
- How to comment multiple lines
- How to change color scheme
- How to enable autoindent
- How to indent block backward (left)
- How to open file in a new tab
- How to indent block forward (right)
- How to select line
- How to delete everything
- How to install vim on Ubuntu 22.04
See more codes...