User Tools

Site Tools


tools:vim

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tools:vim [2015/09/01 08:22] – [Plugin setup] tmuellertools:vim [2017/03/22 13:07] – note on vim indent krack
Line 35: Line 35:
 === Syntax folding === === Syntax folding ===
  
-The syntax folding based on the CP2K input line indentation is supported by default. The following Vim editor commands might be useful for large CP2K input files:+The syntax folding based on the CP2K input line indentation can be activated in the ~/.vimrc file by 
 +<code> 
 +au FileType cp2k setlocal foldlevel=99 foldmethod=indent 
 +</code> 
 + 
 +. The following Vim editor commands might be useful for large CP2K input files:
   * za :: Toggle the folding of the current fold level   * za :: Toggle the folding of the current fold level
   * zA :: Toggle the folding of all fold levels recursively   * zA :: Toggle the folding of all fold levels recursively
Line 61: Line 66:
 :set shiftwidth=0 tabstop=0 :set shiftwidth=0 tabstop=0
 </code> </code>
 +The vim indent command "=" can be used to properly indent a section (region) of a file or even the full file, e.g. by typing "=G" when the cursor is positioned at the first line of the input file.
  
 ==== Vim support for the CP2K code development ==== ==== Vim support for the CP2K code development ====
tools/vim.txt · Last modified: 2023/11/10 15:31 by krack