kiryph

Results 71 issues of kiryph

- Add glepnir/lspsaga.nvim

When I have created a stack with several windows, can I move or swap the entire stack?

Consider this Makefile from the GNU Make documentation section [5.1.2 Using Variables in Recipes](https://www.gnu.org/software/make/manual/html_node/Variables-in-Recipes.html) ```make LIST = one two three all: for i in $(LIST); do \ echo $$i; \...

enhancement

### Problem * I'm always disappointed when JupyterLab does not automatically change from light to dark theme when it's getting late and macOS switches to the dark system theme. Almost...

status:Duplicate
enhancement

I would like to use the module *swap* for GNU Make function arguments. An example is ```make $(foreach ext, $(CLEAN_EXTS), $(docs:%.$(FORMAT)=%.$(ext))) ``` https://www.gnu.org/software/make/manual/html_node/Syntax-of-Functions.html with the syntax tree: ``` function_call [0,...

enhancement

One of the reasons I am interested in using (N)VIM in a gui window instead of using it in the terminal is a useful scroll bar (probably next to cmd+x/c/v...

enhancement
upstream

OSX has a special 'Find Pasteboard', a Pasteboard automatically updated as soon as the user starts in any application a search with `CMD+F`. This opens the possibility to search for...

enhancement

Other plugins such as vim-obsession by tpope provide a statusline string to indicate that currently a session is active. Could we add something similar to fzf-session.vim as well?

My vimrc ``` source $VIMRUNTIME/defaults.vim map ; repmo#LastKey(';')|sunmap ; map , repmo#LastRevKey(',')|sunmap , " Still repeat fFtT (now with counts): noremap f repmo#ZapKey('f')|sunmap f noremap F repmo#ZapKey('F')|sunmap F noremap t...