Suraj N. Kurapati

Results 148 comments of Suraj N. Kurapati

I tried the libvte-based sakura terminal [mentioned here](https://gist.github.com/XVilka/8346728) :disappointed: but I still see the same problem: ``` sh $ sudo xbps-install sakura Name Action Version New version Download size vte...

:relieved: Alas, it turns out that the problem was in _my_ Vim config! :sweat_smile: I moved it away, cloned gruvbox as `~/.config/nvim`, and tried the repro: gruvbox now appears correctly...

The culprit was the https://github.com/zefei/vim-colortuner plugin, which had a ColorScheme autocommand that would run as soon as I entered `:colorscheme gruvbox` and ruin the colors. :cop: Disabling it on startup...

@masaeedu that's just how tmux works: You need to detach and reattach for `terminal-overrides` to take effect. :neckbeard: Check out https://github.com/tmux/tmux/pull/112#issuecomment-150636074 and the [origin of the `Tc` attribute](https://github.com/tmux/tmux/pull/112#issuecomment-150451867) for reference.

For me, a command line option that lets the user specify the starting tab would also suffice. Something like one of these: ```sh gitui --view=log gitui --tab=log gitui --tab=2 gitui...

Now that PR #108 is merged, can we close this issue?

Try typing `cc` in command mode to clear the current command line and immediately enter insert mode.

The cursor is _always_ :smiling_imp: moved to the end [on line 251](https://github.com/zsh-users/zsh-history-substring-search/blob/e2ab5b8214c50c2cb39d370fe4863576fd3eeffe/zsh-history-substring-search.zsh#L251): ``` sh # the search was succesful so display the result properly by clearing away # existing highlights...

Thanks for pointing this out: the "Installation" section of the README is indeed misleading, now that I look at it. OMZ and Homebrew aren't required to use this plugin; it...

- What triggers this message? Do you press a key to trigger it? - How often does this message appear? Once per new prompt? - Please provide the output of...