File: README

package info (click to toggle)
openmolcas 22.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 169,324 kB
  • sloc: fortran: 390,463; f90: 294,374; python: 11,760; ansic: 5,723; sh: 740; pascal: 460; perl: 325; javascript: 284; makefile: 17
file content (18 lines) | stat: -rw-r--r-- 815 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Vim setup
=========
Place the files 'emil.vim' and 'molcasoutput.vim' in your ~/.vim/syntax
directory. Paste the contents of 'molcasvimrc' in your ~/.vimrc.

Syntax coloring will take effect on any file with extension *.input or *.log.
If you do not want this, uncomment the corresponding autocmd line(s) in
~/.vimrc. If you prefer detection of molcas output files based on file contents
instead of filename, comment out the line in ~/.vimrc and copy the
'scripts.vim' file in your ~/.vim directory.

For the molcas help feature, pressing K (shift-k) while the cursor is on a
keyword in an input file, a buffer will pop up with the relevant molcas help.
Close the buffer with :q as usual. It works with module names, keywords inside
a module, and emil commands (if the line begins with >).

Nedit setup
===========