当我不在 vim 中时,如何使用键盘快捷键转到 Firefox 搜索栏或 Google 文档等中的行首?我将如何复制 macOS 的命令 + 箭头键绑定。
我是20.04。
我正在尝试构建 bspwm,如何获得该依赖项?我已经安装了xcb。我使用的是 Ubuntu 21.04,错误消息是
cc -std=c99 -pedantic -Wall -Wextra -DJSMN_STRICT -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.9.10-33-ge22d0fa\" -c -o bspwm.o src/bspwm.c
In file included from src/bspwm.c:39:
src/types.h:29:10: fatal error: xcb/xcb_icccm.h: No such file or directory
29 | #include <xcb/xcb_icccm.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: bspwm.o] Error 1
Run Code Online (Sandbox Code Playgroud)