diff --git a/home/dot_config/lvim/ftplugin/tex.lua b/home/dot_config/lvim/ftplugin/tex.lua index ed93ab6..74c7ea3 100644 --- a/home/dot_config/lvim/ftplugin/tex.lua +++ b/home/dot_config/lvim/ftplugin/tex.lua @@ -34,27 +34,27 @@ whk.register { whk.register { [""] = { -- to set a completly new using only the localleader key name = "LaTeX", - c = { "VimtexCompileSS", "Single-shot compile project" }, + c = { "VimtexCompileSS", "Single-shot compile project" }, C = { name = "Compile", - s = { "VimtexStop", "Stop compile" }, - c = { "VimtexCompileSelected", "Compile Selected" }, + s = { "VimtexStop", "Stop compile" }, + c = { "VimtexCompileSelected", "Compile Selected" }, }, - d = { "VimtexDocPackage", "Open Doc for package" }, - e = { "VimtexErrors", "Look at the errors" }, - m = { 'VimtexToggleMain let @+ = expand("%:t")', "Toggle Main" }, - o = { "VimtexView", "View pdf" }, - s = { "VimtexStatus", "Look at the status" }, + d = { "VimtexDocPackage", "Open Doc for package" }, + e = { "VimtexErrors", "Look at the errors" }, + m = { 'VimtexToggleMain let @+ = expand("%:t")', "Toggle Main" }, + o = { "VimtexView", "View pdf" }, + s = { "VimtexStatus", "Look at the status" }, T = { name = "TOC", - o = { "VimtexTocOpen", "Open TOC" }, - t = { "VimtexTocToggle", "Toggle TOC" }, + o = { "VimtexTocOpen", "Open TOC" }, + t = { "VimtexTocToggle", "Toggle TOC" }, }, V = { name = "VimTeX", c = { "edit /home/jeff/.config/lvim/ftplugin/tex.lua", "Edit configuration" }, s = { "edit /home/jeff/.config/lvim/luasnippets/tex.lua", "Edit snippets" }, - i = { "VimtexInfo", "Vimtex Info" }, + i = { "VimtexInfo", "Vimtex Info" }, }, } }