Patrick McFarland

Results 20 comments of Patrick McFarland

`TERM` should return xterm-256color if it is a modern term that chooses to implement xterm as-is; `gnome-terminal` uses `libvte`, and `libvte`-based terminals, as far as I know, do not implement...

This would be the wrong project to report this in, this is just the Vim plugin. However, McAfee itself is effectively a virus/malware, and you should be using Windows Defender...

This issue still exists. In my case, it does not seem to be a permissions issue, the ICC file I'm trying to add is `644`. Are there other permission issues...

So, I'm doing this, and it seems to be working: In `.tmux.conf`: ``` run ~/.tmux/plugins/tmux-resurrect/resurrect.tmux run ~/.tmux/plugins/tmux-continuum/continuum.tmux set -g @resurrect-strategy-nvim 'session' set -g @resurrect-capture-pane-contents 'on' set -g @continuum-restore 'on' #...

I'd say just do what every other terminal does: there are two weights you can set: one for normal, one for bold. Let users just do whatever weird stuff they...

I would love to have access to this feature. Is 1.18 on the horizon?

I have considered Fish multiple times in the past, but continue staying on Bash. Consider the eventual Rustification of Fish as a way to attract users; as in, if Fish...

I think more generally, we should be able to pass the config table usually sent to `nvim_win_set_config`. I currently use a hack that uses `autocmd` to achieve this, and I...

You claim that you want this to be easy for under-experienced users, however many users use editors like Visual Studio, Atom and Visual Studio Code, Sublime Text, and others with...