Differences

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

Link to this comparison view

Next revision
Previous revision
vi [2022/02/23 20:24] – created mguptonvi [2023/04/13 11:28] (current) mgupton
Line 1: Line 1:
 ====== vi/vim ====== ====== vi/vim ======
 +  * {{:wiki:vim_cheat_sheet_for_programmers_screen.png?linkonly|Vim}}
 +  * {{ :wiki:vim_cheatsheet.pdf |Vim | Alt 1}}
 +
 +====== Configuration Commands ======
 +  * '':colo <color scheme>'', set the color scheme
 +  * '':colo<space><tab>'', to list color schemes and be able to select one
 +  * '':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 15: Line 26:
 set shiftwidth=4 set shiftwidth=4
 set expandtab set expandtab
-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.1645647840.txt.gz
  • Last modified: 2022/02/23 20:24
  • by mgupton