knowledgebase:linux:vim
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| knowledgebase:linux:vim [2022/10/31 16:24] – [Some VIM tips & tricks] marcv | knowledgebase:linux:vim [2022/10/31 21:28] (current) – marcv | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Some VIM tips & tricks ====== | ====== Some VIM tips & tricks ====== | ||
| + | |||
| + | https:// | ||
| Setup VIM: | Setup VIM: | ||
| Line 84: | Line 86: | ||
| # Set the commands to save in history default number is 20. | # Set the commands to save in history default number is 20. | ||
| set history=1000 | set history=1000 | ||
| + | |||
| + | # Enable auto completion menu after pressing TAB. | ||
| + | set wildmenu | ||
| + | |||
| + | # Make wildmenu behave like similar to Bash completion. | ||
| + | set wildmode=list: | ||
| + | |||
| + | # There are certain files that we would never want to edit with Vim. | ||
| + | # Wildmenu will ignore files with these extensions. | ||
| + | set wildignore=*.docx, | ||
| </ | </ | ||
knowledgebase/linux/vim.1667229845.txt.gz · Last modified: (external edit)
