Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
vim-diminactive
Vim plugin to dim inactive windows
-
dotfiles
Config files for zsh, vim, pentadactyl, completions, git.
-
awesome-cyclefocus
Alt-Tab for the awesome window manager (and more)
-
vim-qf_resize
Resize location/quickfix windows in (Neo)Vim
-
smarty.vim
Forked from vim-scripts/smarty.vim
Smarty syntax file and ftplugin for Vim
-
PKGBUILD-rxvt-unicode-wide
PKGBUILD for rxvt-unicode with wide glyphs patch (Arch Linux)
5,082 contributions in the last year
Activity overview
Contribution activity
May 2019
- blueyed/zipline Python
- blueyed/multidict Python
- blueyed/databases Python
Created a pull request in neovim/neovim that received 7 comments
vim-patch:8.0.1750: crash when clearing loccation list in autocommand
Problem: Crash when clearing loccation list in autocommand. Solution: Check if "qi" equals "ql_info". (Yegappan Lakshmanan) vim/vim@3b9474b
Created an issue in django/asgiref that received 11 comments
Provide raw path / URI
The path currently gets unquoted / percent-decoded, which results in unrecoverable loss of information: a request to /foo/bar is the same as /foo%2…