You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,60 @@ While the plugin looks stable so far and I am trying to preserve as much of the
24
24
2. I am using websocket-client library from https://github.com/liris/websocket-client and (slightly patched) subset of the IPython. You do not have to install them separately.
25
25
3. ST3 port was contributed by [chirswl](https://github.com/chriswl)
26
26
4. Dark theme, support for password-protected servers and nicer last-used-server picker was contributed by [z-m-k](https://github.com/z-m-k)
27
+
28
+
## Vintage Mode
29
+
In Vintage mode, for the navigation keys to work as expected in IPython Notebook buffer, you need to modify some keybindings. Add the following to your `Key Bindings - User`.
30
+
31
+
1. Add a `context key` to `Shift+Enter` so you can run a cell with `Shift+Enter` in the command mode:
0 commit comments