vimtex配置

Guide

检查 vimtex 是否加载: 打开一个 .tex 文件, 运行 :VimtexInfo.

两个 feature 默认关闭, 可查看:

  • :help g:vimtex_fold_enabled
  • :help g:vimtex_format_enabled

查看 features, :help vimtex-features

查看键位绑定: :help vimtex-default-mappings

查看键位参数: :help map-arguments

和 filetype 相关时注意 <buffer>

可以用 <Cmd> 替换 : 来运行命令

查看 map, 可运行 :map, :nmap 等 或 :map {characters}

1
2
" Using `<leader>c` to call `:VimtexCompile` via VimTeX's plug mapping
nmap <leader>c <Plug>(vimtex-compile)

查看内置函数: :help user-function

用户自定义的函数需要首字母大写.


vimtex配置
http://example.com/2023/05/06/vimtex配置/
作者
Jie
发布于
2023年5月6日
许可协议