v
v copied to clipboard
z for vim
Hi, I created [Awesome package manager](https://github.com/shinokada/awesome) and I can install your repo using it. After installing the Awesome: ``` awesome -i rupa/v # or awesome install rupa/v ``` If you...
If I have opened file foo.c and bar.c, I can use `v foo` and `v bar` to open them separately. The request is that `v foo bar` can open both...
I made v work with fzf. First, modify v not to display the choice dialog when using the `-l` flag, then use this shell function to call it: ``` v()...
i am sorry , just a try
I adjusted the variable at the top to `[ "$vim" ] || vim=nvim` but `v` doesn't include files edited with neovim. (Probably, it doesn't use the same `~/.viminfo`.) Could you...
This is more useful behaviour than matching against every regex. E.g. if I have ``` $ v -l 2 ~/.../json/navigation.json 1 ~/.../app.js 0 ~/.../sass/theme.sass ``` I want `v app the`...
When you call `z` with no arguments, it just prints the frecency list. When you call `v` with no arguments, you're presented with a prompt to enter a choice. This...
Vim can handle tab completion in ex-commands, it would be neat if it expanded the regex on TAB so that I know what file I'm about to open exactly before...
cleanup trailing whitespace fix: initialize i option: -h for help option: -g|--gui: use GUI documentation: environment variables