hupfdule

Results 47 issues of hupfdule

Avoids the maven warning and makes the build more robust when building on platforms with other default encodings.

This pull request introduces the following changes: - respect the `width` parameter in OverviewView and DetailView (closes #26) - introduce `height` parameter for DetailView and ProfileView (closes #105)

It would ease the use of ov if it would provide all the same keybindings as less. Currently only some of its keybindungs are supported. Currently unsupported are e.g. `j`...

enhancement

This Issue is the next level of #28. Many users are used to be able to use a count for keybindings. While this may be only nice-to-have (but still very...

enhancement

It would be the best if Vimux would utilize the completion features of the users shell. I expect that this is not easy / impossible inside vim, but since Vimux...

enhancement

I have requested the same for [bykof/go-plantuml](https://github.com/bykof/go-plantuml/issues/3), but open the same ticket here: It would be nice if `goplantuml` would support top-level functions (instead of only methods). The main problem...

Based on the documentation, folding should be enabled by default (except for YAML frontmatter and codeblocks that need a certain setting). However, nothing is folded by default. All settings indicate...

The name of the parser: ctags The command line you used to run ctags: ``` $ ctags --options=NONE -o - b.adoc ``` The content of input file: ```asciidoc = Title...

## Feature request When using the docker image and specifying the `symlink` strategy for e.g. `--photo-download` and `--video-download` the generated symlink is (usually) invalid as it refers to the directory...

On longer lines (e.g. in logfiles) it may be hard to spot the differences even if they are highlighted. It would therefore be nice to have some keybindings to jump...