Melker Ulander

Results 148 comments of Melker Ulander

Why did this issue get closed? I'm wondering the same thing. Is there a way to disable only `x` and keep all other default mappings?

@BSDxxxx What I'm looking to do is to remap the functionality of `x` to `X` because it conflicts with the [ConflictMotions](https://github.com/vim-scripts/ConflictMotions) plugin's mappings, which I would like to keep as...

@BSDxxxx Thanks! > BTW, switch the position of bullets.vim and ComflictMotions in your vimrc may do the trick. The problem is that ConflictMotions has only mappings with one more characters...

@c02y I don't know how to disable `x`, but if you just add `nnoremap xx :ToggleCheckbox` it should not conflict with your other bindings.

I have the same issue with bullet.vim and [vim-clap](https://github.com/liuchengxu/vim-clap). Pressing `` to select an item with vim-clap does nothing when bullet.vim is installed. Adding `let g:bullets_set_mappings = 0`, or removing...

I haven't tried but I've seen other plugins use it and so I assume that it should work for this plugin as well :)

@Jemoka > Simplest solution (thus far) is to [...] disable/reenable the plugin at gogo_enter/gogo_leave Did you get this to work? vim-airline-clock doesn't seem to have a toggle for enabling/disabling it...

@gelguy Honestly it doesn't really matter to me. Whichever one is easiest to implement I guess? :) Most auto-completion tools that I've tried in Vim do insert the text after...

@dusty-phillips I have now switched to [cmp-cmdline](https://github.com/hrsh7th/cmp-cmdline) together with [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) :)

@ful1e5 Configuring nested colors using names of a onedark color like `'orange1'` doesn't seem to work: ```lua require("onedark").setup({ colors = { git = { add = 'green0', change = 'orange1',...