David Sanson
David Sanson
Any chance of supporting this? You can see the basic trick at the top of the [original `imgcat` bash script](https://raw.githubusercontent.com/gnachman/iTerm2/master/tests/imgcat): ``` .bash # tmux requires unrecognized OSC sequences to be...
Any chance of an option for adding keyboard shortcuts?
In my fork, dsanson/cmp-pandoc.nvim, I took the easy way out: if bib_paths isn't populated from the YAML header, I check for the existence of `vim.g["pandoc#biblio#bibs"]` and, if it exists, use...
Features that I'd like to implement that require multiple threads: - [x] proper autorefresh - currently achieved by polling; should use watchdog instead - [ ] controlling termpdf from other...
I think I figured out the relative path problem. You have the path to scripts set like so: command: "sh ./scripts/screens" That looks for a file at $HOME/Application Support/Übersicht/widgets/scripts/screens But...
I find the grey VertSplit bars a bit harsh, and have set mine to the following (with normal contrast): Dark: guifg=#073642 guibg=#073642 (base 02) Light: guifg=#eee8d5 guibg=#eee8d5 (base 2)
Nix?
Is there an easy way to use this workaround with Nix?
You might consider setting `fuoption=background:Normal`, which should match the fullscreen background to the current window background, no matter what color scheme is being used.
I've started a "zotero" branch. So far, it implements citekey completion from zotero, relying on pygnotero. This remains half-baked, because there is currently no easy way to get zotero to...
As discussed in issue #71, it might be nice to allow the user to specify their preferred viewer for a given filetype. This could be via an option passed to...