-
Notifications
You must be signed in to change notification settings - Fork 109
Vincent Yang edited this page Jan 24, 2018
·
4 revisions
Vim mode can be turned on with Preferences > Cells > {Code Cell | Markdown Cell | LaTeX Cell} > Key Binding.
Visual mode and visual block mode are selected. Normal colon commands are limited. Supported colon commands are:
:w
-
:imap
- A common mapping for rebinding is
imap jk <Esc>
.
- A common mapping for rebinding is
- Quiver has line wrapping turned on by default (src). To get
j
andk
working normally, either use:set nowrap
or:map j gj
and:map k gk
.
Quiver for Mac | HappenApps | Copyright © 2015 HappenApps, Inc.
Guide
- English: Getting Started
- 简体中文:Quiver快速入门
- 日本語:Quiverをはじめよう
UI
Cells
Syncing & Collaboration
Theme
Integrations