James Cherti
James Cherti
MRU/edit/view keyboard mappings: remove `` and replace `:call` with `call`. Reason: `` prevents Vim from asking the user _"Enter encryption key:"_ when an encrypted file is opened by MRU (`:help...
The indent script `vim-python-pep8-indent/indent/python.vim` is never executed because the built-in runtime indent script [vim/runtime/indent/python.vim](https://github.com/vim/vim/blob/master/runtime/indent/python.vim) assigns 1 to the variable `b:did_indent`, which is the same variable that the indent plugin 'vim-python-pep8-indent'...
This pull request fixes the unhandled exception `FileNotFoundError` that occurs in the method `trashcli.list.SizeExtractor.extract_attribute()`. The command-line tool `trash-size` raises the exception `FileNotFoundError` when a broken symbolic link is in the...
This pull request fixes a bug in Netrw. Netrw Tree Style Listing moves the cursor to a different position when the user presses the Enter key to perform a directory...
Add [minimal-emacs.d](https://github.com/jamescherti/minimal-emacs.d), which offers a starter kit with improved Emacs defaults and optimized startup, designed to serve as a robust foundation for your vanilla Emacs configuration and enhance your overall...
This pull request adds the [vim-tab-bar](https://github.com/jamescherti/vim-tab-bar.el) package which enhances Emacs' built-in tab-bar, giving it a style similar to Vim's tabbed browsing interface. It also ensures that the tab-bar's appearance aligns...
When using Emacs vterm with ncurses programs that change the background color, a `$` symbol appears at the end of some lines when `(text-scale-increase)` and `(text-scale-decrease)` are used to change...
This pull request adds *.elc to .gitignore.
This pull request adds -*- lexical-binding: t -*- to headers.
Fix warning: file has no ‘lexical-binding’ directive on its first line