sudo-nice

Results 26 comments of sudo-nice

>It could be hard to come up with a good dimmed color. Agree, I played with the background color, but nothing worked for me as good as a simple bold.

I've grown into the realization that having the last path component highlighted is more useful for me. ![scr](https://i.imgur.com/hQBHVpt.png) I do it this way: ```zsh function cwd() { print ${(D)PWD} }...

It's possible, if you wrap you prompt [like this]. [like this]: https://github.com/kutsan/dotfiles/blob/master/.zsh/config/prompt.zsh#L8

Looks like this is a desired feature, see https://github.com/junegunn/fzf/issues/1305 https://github.com/junegunn/fzf/issues/1265#issuecomment-382289733. To have a command to toggle the `exact` option would be really helpful. Currently it's possible to put leading `'`...

~~To have `exa --tree --only-directories`, to grasp the overall directory structure quickly, would be very nice indeed.~~ Nevermind, it can be archived by `tree -d`.

~~Works for me: `foobarfoo` -> `[foob|$]arfoo`.~~ ~~Wild guess: some other plugin interferes?~~ Edit: Ah, sorry, I have the same.

Got it, thank you for the detailed explanation! I have to admit, your default macro mappings are more practical.

> When I want to insert text before Lorem ipsum, I could combine ninja-feet and vimtex to z[iP. However, ninja-feet inserts a new line which I might not want. @kiryph...

Maybe it's better to have a custom textobject for line: ``` xno il g_o^ ono il :normal vil xno al $o0 ono al :normal val ``` Then one can simply...