lambdalisue/jupyter-vim-binding

Ctrl-w in insert mode doesn't delete the word

Open

#125 创建于 2018年4月15日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (139 fork)batch import
Want PRhelp wanted

仓库指标

Star
 (2,062 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Summary

In vim, while typing in insert mode, one can press Ctrl-w to erase the last typed word without leaving insert mode. This is not implemented in jupyter-vim-binding.

(CTRL-w is typically closes the current browser tab).

Environment

  • Operating system : Ubuntu 17.10 (Gnome)
  • Web browser : Firefox 59.0.2
  • Jupyter Notebook : 5.4.1
  • jupyter-vim-binding : v2.1.0

贡献者指南