Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Is it now possible to import .vimrc, or otherwise configure e.g. the sequence j k to execute Escape?


You can easily configure jk for escape. I don't know about importing .vimrc


Can you explain how?


From the documentation at https://github.com/zed-industries/zed/blob/main/docs/src/vim...

  {
    "context": "Editor && vim_mode == insert",
    "bindings": {
      "j k": "vim::NormalBefore"
    }
  }


No .vimrc importing, but remapping capability is quite comprehensive.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: