Problem: No terminal emulator support. Cannot properly run commands in the
GUI. Cannot run a job interactively with an ssh connection.
Solution: Very early implementation of the ... (more…)
Read more »
I’m very happy to announce that I’m writing a new book.
My working title is Modern Vim.
It’s a sequel to Practical Vim, and will be published by the Pragmatic Bookshelf. (more…)
Read more »
Warning: No, this is not the R setup to use if you are a beginner. The RStudio IDE is amazing and should probably always be your default tool. However, if you happen to belong to the outcast realms… (more…)
Read more »
I was reading about vim the other day and found out why it used `hjkl` keys as arrow keys. When Bill Joy created the vi text editor he used the ADM-3A terminal, which had the arrows on hjkl keys. Naturally he reused the same keys and the rest is history. ... (more…)
Read more »
Build your own Python IDE with Vim! In this articles we'll show how to add proper syntax highlighting, auto-completion, code linting and formatting, and more. (more…)
Read more »