Gvim Command S
Gvim Command S
com/in/ajay-g-mishra--------------------------
********GVIM COMMAND*******
Miscellaneous #GVimMagic
- ‘.‘ Repeat the last command
- ‘:!command‘ Execute an external command (e.g., ‘:!ls‘)
- ‘:set number‘ or ‘:set nu‘ Show line numbers
- ‘:set nonumber‘ or ‘:set nonu‘ Hide line numbers
- ‘:set ignorecase‘ or ‘:set ic‘ Ignore case in searches
- ‘:set noignorecase‘ or ‘:set noic‘ Don’t ignore case in searches
- ‘:set hlsearch‘ or ‘:set hls‘ Highlight search results
- ‘:set nohlsearch‘ or ‘:set nohls‘ Don’t highlight search results
- ‘:set incsearch‘ or ‘:set is‘ Incremental search
- ‘:set noincsearch‘ or ‘:set nois‘ Don’t use incremental search
- ‘:set wrap‘ Enable line wrapping
- ‘:set nowrap‘ Disable line wrapping
- ‘:set spell‘ Enable spell check
- ‘:set nospell‘ Disable spell check
-------------------www.linkedin.com/in/ajay-g-mishra--------------------------