Kutsan Kaplan

Results 21 issues of Kutsan Kaplan

zsh-autopair overrides some existing keys like `"`, `'` and such. Those keys can't be used with their original behaviour after zsh-autopair sourced if users have existing widgets for that. Recently,...

bug
enhancement
help wanted

I understand your trouble to use `appdirs`' `user_config_dir` function to get proper config directory but in mac side for a command-line application putting configuration files under`~/Library/Application Support/mal` does not make...

priority:low

Like this: http://i.imgur.com/Soqu41O.gifv

As far as I know this plugin doesn't provide an API to interject icons to each filename and it's hard to make it work without changing and maintaining the internal...

It would be great to have a feature to auto-fill One-Time Password (2FA codes) from iCloud Passwords. You can fill it directly by scanning your finger just like Safari does....

suggestion

We could do that with some grep tricks but it would be cool if we have `--only-directories` and `--only-files` options.

feature request

Is there any reason why not just simply add the line below inside `plugin/colorizer.vim` than telling people they should invoke `setup()` function after it's loaded? ```vim lua require'colorizer'.setup() ``` Configuration...

`Pounce` command searches the whole buffer and currently there is no way to search only the portion after or before cursor like [hop's directional mappings](https://github.com/phaazon/hop.nvim/blob/f418a3750ed3a7f321287a39d2c9a56d8ad630aa/plugin/hop.vim#L19-L20). It would be great to...

``` cmap eval fm.ui.console.execute() cmap eval fm.ui.console.history_move(1) ``` When I set these two of them at the same time. I can't use my Enter key to execute commands in command...