kiryph

Results 71 issues of kiryph

When I press `Ctrl-G` to see detailed information about a file, both panes are overwritten. However, I would like to go to the other pane as well to compare the...

improvement/addition

```diff diff --git a/Users/kiryph/.hammerspoon/hs/alert-orig.lua b/Users/kiryph/.hammerspoon/hs/alert.lua index 7de26d4..208285a 100644 --- a/Users/kiryph/.hammerspoon/hs/alert-orig.lua +++ b/Users/kiryph/.hammerspoon/hs/alert.lua @@ -5,6 +5,7 @@ local module = {} --- Simple on-screen alerts local drawing = require("hs.drawing") +local window...

When I try to list available options with tab completion after a single dash, the zsh completion returns: ``` $ dep - -- no matches found -- ``` With two...

bug

I like section 1.1. *Related Programs* in the documentation. I would add following opensource software projects which other might find interesting as well - *betterbib* ([github](https://github.com/nschloe/betterbib), [pypi](https://pypi.org/project/betterbib/)) It offers for...

It would be nice to spot duplicate records by a combination of field values. An obvious example are journal articles. If there is no doi, a duplicate record cannot easily...

According to http://www.bibtex.org/Format/ field values (tag content) can be written differently in a bibtex file ```bib Title = {{Bib}\TeX} Title = "{Bib}\TeX" Title = "{Bib}" # "\TeX" ``` Since the...

Consider following latex snippet: ``` snippet EFG "Figure" b \begin{figure}[${1:}] \centering ${VISUAL:\\includegraphics[$3]\{$2\}} \caption{${4:}} \label{fig:${5:}} \end{figure}$0 endsnippet ``` It should be able to surround via visual mode an already existing line...

user question
difficulty: hard
feature request
triaged

I want to use following mappings from vim in vmp as well `:h [z`: ``` MOVING OVER FOLDS ~ *[z* [z Move to the start of the current open fold....

For wide-screen displays in landscape orientation (default) the placement of the icons on the left/right with padding is good. However, I have a second monitor where I have changed the...

I have two screens: ![Screenshot 2022-03-31 at 18 30 26](https://user-images.githubusercontent.com/371756/161105005-18a5fa5c-df33-4b60-8e7c-3381f9758379.png) ``` +--------++----------------+ |w1 ||Indic.1 stacked | |single ||Indic.2 w1 & w2 | |window || | | |+----------------+ | | +--------+...