Live data from Hacker News

Vim.wasm

rhysd.github.io

1–10 of 291 posts

Re: Vim.wasm

#7
I thought I was getting stuck in insert mode, and I got fairly frustrated before realizing my Vim keybindings browser extension was grabbing ESC and keeping it from this weird browser-Vim.

We brought this abomination on ourselves.

Re: Vim.wasm

#9

  :colorscheme
  unknown                       "that's weird
  :set file^I^I                 "I guess tab autocomplete doesn't work
  :set filetype=cpp
  i#include      "I guess syntax highlighting doesn't work either
  :set tabstop=4 softtabstop=4
  i^I^I                         "at least that worked!
Post reply on HN