update keybindings
This commit is contained in:
parent
34f210646e
commit
2f25e69509
2 changed files with 6 additions and 4 deletions
|
@ -74,8 +74,8 @@ local progmap = {
|
|||
|
||||
local home = os.getenv("HOME")
|
||||
local docmap = {
|
||||
{"p", binder.spawn("docopen " .. home .. "/ pdf"), "Alle PDF-Dokumente" },
|
||||
{"b", binder.spawn("docopen " .. home .. "/doc/books pdf epub mobi txt lit html htm"), "Bücher" },
|
||||
{"p", binder.spawn("docopen -e pdf " .. home), "Alle PDF-Dokumente" },
|
||||
{"b", binder.spawn("docopen -e pdf -e epub -e mobi -e txt -e lit -e html -e htm " .. home .. "/doc/books "), "Bücher" },
|
||||
{"t", binder.spawn("dmtexdoc"), "Texdoc" },
|
||||
{"j", binder.spawn("dmjavadoc"), "Javadoc" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue