userrand

Results 24 comments of userrand

I changed the keyboard shortcuts of the YouTube enhancer extension https://chrome.google.com/webstore/detail/enhancer-for-youtube/ponfpcnoihfmfllpaingbgckeeldkhle?hl=en-GB

there is discussion about that in the following link (see answers before the linked answer for the discussion) where I suggested a partial solution (that uses another plugin, **use at...

I had the issue with confirmation although maybe not for the same the reason and the code below found on this thread https://github.com/easymotion/vim-easymotion/issues/311 removed the message `let g:EasyMotion_verbose = 0`

> Any updates on this issue? I just started learning Vim and this would make using it so much easier It works with visual mode. Another option you could maybe...

> This would be very useful. A couple of use cases from my own experience: > > 1. Using Jupyter notebooks with VSCodeVim. Overall this works great, but one big...

Is there a way to save the content to some random register that I can ignore if nmap d "_d does not work ?

**For deleting lines (edit: without saving the line to the clipboard)**, I found a work around that consists of using the "code editor shortcuts" plugin (**as with any plugin use...

> @Signynt I'm having the same issue and it's driven me away from Obsidian for the time being. Have you found any other workarounds? What are you using instead? I...

Hi, Here is an example of reading mode (this one is alright for me) ![image](https://user-images.githubusercontent.com/114431098/235232093-fc97b72f-7e67-4627-ad58-6152749df718.png) Here is an example of editor mode (this one is hard to see for me):...

> To adjust this with a snippet you might do something like this: > > ```css > .cm-url { > color: white; # white as you wanted > opacity: unset;...