-
Notifications
You must be signed in to change notification settings - Fork 0
/
to.do
50 lines (39 loc) · 2.45 KB
/
to.do
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
(https://www.emacswiki.org/emacs/CuaMode)
(https://code.visualstudio.com/docs/getstarted/keybindings)
(https://hotair.tech/blog/goodbye-vscode)
("ISTR something like that that is a minor mode; provides vscode-like functionality")
(You can also open the keybindings.json file from the Command Palette (Ctrl+Shift+P) with the Preferences: Open Keyboard Shortcuts (JSON) command.)
(https://www.gnu.org/software/emacs/manual/html_node/elisp/Parsing-JSON.html)
(https://github.com/dsanz006/vscode_keybindings/blob/master/keybindings.json)
(https://skeptric.com/considering-vscode/)
(https://news.ycombinator.com/item?id=23107123
"ahupp on May 8, 2020 [–]
Kind of. I haven't found a VSCode emacs package that does more than superficially handle emacs keybindings; there's always mismatches that trip me up."
)
(https://krsoninikhil.github.io/2018/12/15/easy-moving-from-vscode-to-emacs/)
(https://www.admiralbumblebee.com/programming/2020/01/04/Six-months-VS-Code.html)
(incorporate wordperfect-mode stuff
"Like its 1970s predecessor Emacs and mid-1980s competitor,
MultiMate, WordPerfect used almost every possible combination of
function keys with Ctrl, Alt, and Shift modifiers, and the
CtrlAlt, ShiftAlt, and ShiftCtrl double modifiers, unlike early
versions of WordStar, which used only Ctrl.[17]"
)
(integration of external vscode features implemented in external repos
)
(https://towardsdatascience.com/jypyter-notebook-shortcuts-bf0101a98330)
(https://github.com/ryanprior/ed-mode/)
(https://marketplace.visualstudio.com/items?itemName=tuttieee.emacs-mcx)
(https://github.com/whitphx/vscode-emacs-mcx)
(http://ergoemacs.org/emacs/emacs_line_number_mode.html)
(https://www.gnu.org/software/emacs/manual/html_node/emacs/Tab-Bars.html)
(https://github.com/jojojames/vscode-icon-emacs)
(https://www.emacswiki.org/emacs/HighlightCurrentLine)
;; keybinding questions
(https://stackoverflow.com/questions/11721224/shift-arrow-selection-in-emacs)
(https://stackoverflow.com/questions/29165886/how-to-bind-ctrl-home-and-ctrl-end-to-beginning-end-of-buffer-in-emacs?rq=1)
(https://stackoverflow.com/questions/4666510/emacs-keybind-questions?rq=1)
(https://stackoverflow.com/questions/4146574/how-to-properly-configure-ctrl-tab-in-emacs?rq=1)
(https://stackoverflow.com/questions/31251574/emacs-goto-line-quits-instead-of-going-to-a-line
(we want simply Ctrl-g (not needing two g's) to be goto line))
(https://emacs.stackexchange.com/questions/53461/specifying-a-binding-for-control-shift-tab)