Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zathura
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
111
Issues
111
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwmt
zathura
Commits
79e812dc
Commit
79e812dc
authored
Dec 30, 2013
by
Moritz Lipp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run command in vim script without breaking the screen
parent
029364bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tex_zathurasynctex.vim
tex_zathurasynctex.vim
+2
-2
No files found.
tex_zathurasynctex.vim
View file @
79e812dc
...
...
@@ -45,8 +45,8 @@ function! Zathura_SyncTexForward()
endif
endif
let
execstr
=
"
silent !
zathura --synctex-forward="
.
input
.
" "
.
shellescape
(
output
)
exec execstr
let
execstr
=
"zathura --synctex-forward="
.
input
.
" "
.
shellescape
(
output
)
silent
call
system
(
execstr
)
endfunction
nmap
<
buffer
>
<
Leader
>
f
:
call
Zathura_SyncTexForward
()<
Enter
><
Enter
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment