mbpowers
mbpowers
Figured out a partial hacky solution, added these lines to DWM config: ```c { MODKEY, XK_r, spawn, SHCMD("lf -remote 'send recol'") }, { MODKEY, XK_h, spawn, SHCMD("lf -remote 'send recol'")...
I have solved this issue by implementing the open command found in #384 and setting xdg-open as my $OPENER environment variable. Not familiar with how openers are usually handled especially...
It looks like this has been fixed with #14 and is a duplicate of #15 and can be closed.
It is working for me, not to say that it is not abandoned/unmaintained. I use nvim with vim plug, added `Plug 'mzlogin/vim-markdown-toc'` to `init.vim` and then did `:PlugInstall`.
@Hunter-sThompson Not unless you count switching over to foot and hyprland on wayland which fixed it for me :p sorry friend.
I like spooky cause it lets you perform spooky actions at a distance :]
If you want to use j and k instead you need to add -a to bindkey like so ``` zvm_after_init_commands+=("bindkey -a 'k' up-line-or-search" "bindkey -a 'j' down-line-or-search") ```
If you navigate around the file in ways that affect the jumplist then you will have to many times to go back to the previous file and it will affect...
`` works fine once but then it cycles so if you go `A -> B -> C` pressing `` will go `C -> B -> C -> B`. I personally...
`:bp` and `:bun` have unwanted side-effect as expected, I think the best way would be to store the path of the note that you are coming from in the destination...