vi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vi [2022/03/04 16:04] – [Configuration/.vimrc] mguptonvi [2023/04/13 11:28] (current) mgupton
Line 7: Line 7:
   * '':colo<space><tab>'', to list color schemes and be able to select one   * '':colo<space><tab>'', to list color schemes and be able to select one
   * '':colo<space>Ctrl+d'', alternative to list color schemes   * '':colo<space>Ctrl+d'', alternative to list color schemes
 +
 +====== Info Commands ======
 +  * ''Ctrl+g'' or ''<count> Ctrl+g'' to display file name and path or full path
 +
  
 ====== Sample Config ====== ====== Sample Config ======
Line 24: Line 28:
 set smartcase " ignorecase set smartcase " ignorecase
 </code> </code>
 +
 +===== Basic =====
 +<code bash>
 +wget -O .vimrc  https://raw.githubusercontent.com/amix/vimrc/master/vimrcs/basic.vim
 +</code>
 +
 +
  • vi.1646409856.txt.gz
  • Last modified: 2022/03/04 16:04
  • by mgupton