mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-15 03:43:47 +01:00
Merge branch 'master' of pwmt.org:zathura
Conflicts: config.mk
This commit is contained in:
commit
33fa15c92a
@ -1,7 +1,7 @@
|
|||||||
# See LICENSE file for license and copyright information
|
# See LICENSE file for license and copyright information
|
||||||
# zathura make config
|
# zathura make config
|
||||||
|
|
||||||
VERSION = 0.0.8
|
VERSION = 0.0.8.1
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
|
@ -93,7 +93,7 @@ Reload the document
|
|||||||
Change goto mode (L: search labels, D: default, O: manual offset)
|
Change goto mode (L: search labels, D: default, O: manual offset)
|
||||||
.TP
|
.TP
|
||||||
.B ^i
|
.B ^i
|
||||||
Invert the colors of the page
|
Recolors the page
|
||||||
.TP
|
.TP
|
||||||
.B i
|
.B i
|
||||||
Change to insert mode
|
Change to insert mode
|
||||||
@ -225,4 +225,5 @@ change and adjust all the settings of zathura according to your wishes.
|
|||||||
|
|
||||||
In addition you can create a zathurarc file (default path: ~/.config/zathura/zathurarc)
|
In addition you can create a zathurarc file (default path: ~/.config/zathura/zathurarc)
|
||||||
to overwrite settings and keybindings by using the set and map function. For
|
to overwrite settings and keybindings by using the set and map function. For
|
||||||
more information please check the faq on the website: http://pwmt.org/zathura
|
more information please check the faq on the website:
|
||||||
|
http://pwmt.org/projects/zathura
|
||||||
|
@ -1409,8 +1409,6 @@ read_configuration_file(const char* rcfile)
|
|||||||
cmd_set(length - 1, tokens + 1);
|
cmd_set(length - 1, tokens + 1);
|
||||||
else if(!strcmp(tokens[0], "map"))
|
else if(!strcmp(tokens[0], "map"))
|
||||||
cmd_map(length - 1, tokens + 1);
|
cmd_map(length - 1, tokens + 1);
|
||||||
|
|
||||||
g_strfreev(tokens);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
g_strfreev(lines);
|
g_strfreev(lines);
|
||||||
|
Loading…
Reference in New Issue
Block a user