1 comments

  • ekr 32 minutes ago
    What does self-aware even mean in this context?
    • rmunn 19 minutes ago
      Given the obvious AI vocabulary scattered through the README, I'm hoping it doesn't mean "self-aware" in the HAL sense.

          `C-x C-c`
      
          I'm afraid I can't let you do that, $USER
    • postepowanieadm 21 minutes ago
      M-x ?
      • nine_k 10 minutes ago
        For vi-heads: ":" The key combo that puts you into command mode. M is "meta", which is Alt on PC or Cmd on Mac.
        • ButlerianJihad 5 minutes ago
          That is incorrect. In vi and vim, "ESC" is the key that puts you into command mode (from insert mode). Command mode is the full-screen visual mode where you enter commands by a sequence of keypresses.

          ":" is the key which issues "ex" commands. vi and ex are two different modes of the same editor. Any command which begins with a colon is an ex command, not a vi command, not done in "Command Mode".