rok

Results 27 issues of rok

This adds https://vimhelp.org/insert.txt.html#a like key binding in command:binding. It can be just tested with this on rc.elv. But I tought it would be better to make it as a default...

I'm having issues when using tmux. If I create elvish subshell and change directory, tmux doesn't know that directory has been changed and settings like this doesn't work. ``` bind-key...

When writing a script to handle yaml, It's quite annoying as no language supports yaml format natively and have to install dependancies. If it's json, jq works fine, but cli...

### What Operating System(s) are you seeing this problem on? Linux Wayland ### WezTerm version wezterm 20220709-231243-60728793 ### Did you try the latest nightly build to see if the issue...

bug
waiting-on-op
multiplexer

Thank you for the great project. I don't see why this is not popular enough than other project. When I Gina:log and show commit. It shows diff with default git...

enhancement
help wanted

![image](https://user-images.githubusercontent.com/50316549/147912905-fd4df420-005b-40c7-a147-3a8c6e8c03b3.png) ``` # vifmrc fileviewer */,.*/ broot -c :pt %c ``` Hi, thanks for the wonderful tools. I'm trying to replace tree view with broot. But I can't get it...

bug

``` ~/src/k8s.io/ingress-nginx/internal/ingress/controller/nginx.go:665 ``` If cursor is on the 665, we cannot jump to the file with error ``` E447: Can't find file "665" in path ``` It would be much...

enhancement

Hi, I'm not sure what is going on. But when I go to other tmux pane inside vim. vim's statusline disappear (or just a message). When I just move pane...

question

Nix takes strings with '#' as an argument ``` # sudo nixos-rebuild switch --flake .#root --impure # not work sudo nixos-rebuild switch --flake '.#root' --impure ``` Can we allow '#'...