Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VI keybindings do not work #452

Closed
banderlog opened this issue Oct 6, 2019 · 1 comment
Closed

VI keybindings do not work #452

banderlog opened this issue Oct 6, 2019 · 1 comment

Comments

@banderlog
Copy link

banderlog commented Oct 6, 2019

Describe the bug

VI keybindings, described on start help page, do not work (when you are pressing them nothing happens).
Emacs keybindings works.

Precise recipe to reproduce the issue

  1. Load and extract https://next.atlas.engineer/static/release/next-linux-gtk-webkit.tar.lz
  2. Run WEBKIT_DISABLE_COMPOSITING_MODE=1 ./usr/local/bin/next (as in Blank page on startup #420 )

Information

  • OS name+version: Ubuntu 18.04
  • Kernel name+version: 4.15.0-55-generic
  • Graphics card and driver: nvidia G210M with 340.107 driver
  • Desktop environment / Window manager name+version: i3-wm version 4.14.1
  • Next version (from =M-x next-version= or =next --version=): 1.3.4
  • How you installed Next (Guix pack, package manager, build from source): .tar.lz
  • WebKitGTK+ / PyQt-Webengine version: which was included into .tar.lz
@banderlog
Copy link
Author

Solution from #418 :

You need to create ~/.config/next/init.lisp with following content:

(in-package :next)
(add-to-default-list 'vi-normal-mode 'buffer 'default-modes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant