ranelpadon

Results 37 comments of ranelpadon

Same issue on my end. Please fix. Thanks

Same issue also reported here: https://github.com/yingDev/Tickeys/issues/61 and https://github.com/yingDev/Tickeys/issues/62

@lotabout I have similar issue. And I have lots of customization for `rg` and `rg + fzf.vim`, but it doesn't work with `skim.vim`. For example, I want to search specific...

From the source code, [`fzf#vim#rg_interactive`](https://github.com/lotabout/skim.vim/blob/master/autoload/fzf/vim.vim#L753-L757) has hardcoded command indeed: ```vim function! fzf#vim#rg_interactive(dir, ...) let dir = empty(a:dir) ? '.' : a:dir let command = 'rg --column --line-number --color=always '.get(g:, 'rg_opts',...

So, a workaround to pass additional `rg` arg is to define a similar function: ```vim " Grep the Python files only, exclude the unit tests folder/files. function! RgPy(dir, ...) let...

I would like to have this option as well, since I auto-indent the cursor most of the time: ```vim let g:python_pep8_indent_disable_paren_aligned = 1 ```

Same issue on my end, would be great for this to be fixed since it's a productivity booster. :)

@nkabbara You mean something like this? https://ranelpadon.github.io/keyzen-colemak-dh/ That's my other project. You could choose the layout there. And if you're still not familiar with the layout/keys placement, might be better...

@nkabbara Interesting, so these are the placements of ISRT? ``` # Ortholinear y c l m k z f u , ' i s r t g p n e...