Up.
This commit is contained in:
parent
6a8709039d
commit
cb72e4303a
@ -34,27 +34,27 @@ whk.register {
|
||||
whk.register {
|
||||
["<localleader>"] = { -- to set a completly new using only the localleader key
|
||||
name = "LaTeX",
|
||||
c = { "<cmd>VimtexCompileSS<CR>", "Single-shot compile project" },
|
||||
c = { "<CMD>VimtexCompileSS<CR>", "Single-shot compile project" },
|
||||
C = {
|
||||
name = "Compile",
|
||||
s = { "<cmd>VimtexStop<CR>", "Stop compile" },
|
||||
c = { "<cmd>VimtexCompileSelected<CR>", "Compile Selected" },
|
||||
s = { "<CMD>VimtexStop<CR>", "Stop compile" },
|
||||
c = { "<CMD>VimtexCompileSelected<CR>", "Compile Selected" },
|
||||
},
|
||||
d = { "<cmd>VimtexDocPackage<CR>", "Open Doc for package" },
|
||||
e = { "<cmd>VimtexErrors<CR>", "Look at the errors" },
|
||||
m = { '<cmd>VimtexToggleMain <bar> let @+ = expand("%:t")<CR>', "Toggle Main" },
|
||||
o = { "<cmd>VimtexView<CR>", "View pdf" },
|
||||
s = { "<cmd>VimtexStatus<CR>", "Look at the status" },
|
||||
d = { "<CMD>VimtexDocPackage<CR>", "Open Doc for package" },
|
||||
e = { "<CMD>VimtexErrors<CR>", "Look at the errors" },
|
||||
m = { '<CMD>VimtexToggleMain <bar> let @+ = expand("%:t")<CR>', "Toggle Main" },
|
||||
o = { "<CMD>VimtexView<CR>", "View pdf" },
|
||||
s = { "<CMD>VimtexStatus<CR>", "Look at the status" },
|
||||
T = {
|
||||
name = "TOC",
|
||||
o = { "<cmd>VimtexTocOpen<CR>", "Open TOC" },
|
||||
t = { "<cmd>VimtexTocToggle<CR>", "Toggle TOC" },
|
||||
o = { "<CMD>VimtexTocOpen<CR>", "Open TOC" },
|
||||
t = { "<CMD>VimtexTocToggle<CR>", "Toggle TOC" },
|
||||
},
|
||||
V = {
|
||||
name = "VimTeX",
|
||||
c = { "<CMD>edit /home/jeff/.config/lvim/ftplugin/tex.lua<CR>", "Edit configuration" },
|
||||
s = { "<CMD>edit /home/jeff/.config/lvim/luasnippets/tex.lua<CR>", "Edit snippets" },
|
||||
i = { "<cmd>VimtexInfo<CR>", "Vimtex Info" },
|
||||
i = { "<CMD>VimtexInfo<CR>", "Vimtex Info" },
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user