Itai Y. Efrat
b9e34835c7
selectrum: update bindings
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
750721492c
selectrum: add consult-lsp
...
- add `consult-lsp` to tools/lsp if the selectrum module is active
- add the selectrum/consult version of workspace symbol search under `SPC c j/J`
- update TODO.org
2021-07-25 02:49:41 +03:00
Henrik Lissner
b2bff61fc9
Merge pull request #4910 from ellakk/fix-c-ret-company
...
config/default: Fix C-return binding in GUI Emacs
2021-07-24 18:31:40 -04:00
Ori Barbut
ae5640dc9d
emacs-bindings: default toggle for wrapping
...
Use `visual-line-mode' when the `word-wrap' module is not enabled. Uses
the same wording and logic as the evil bindings.
2021-07-21 06:50:36 -04:00
Henrik Lissner
e2ca32bd6b
Fix fill column indicator toggle on 'SPC t c'
...
The :ui fill-column module was dropped in 044a1a5f2
.
2021-07-12 10:24:31 -04:00
Colin Woodbury
42ff369142
SPC TAB N
binding (#5173 )
...
* Introduce `SPC TAB N` binding
* Add vanilla Emacs binding
2021-07-09 01:13:13 -04:00
George Thomas
74fc7ae664
Fix command to show git log of current buffer file
...
Currently <kbd>SPC g L</kbd> runs `magit-log` which opens a context
window for git log with an option selected that limits the log to the
file open in buffer. The user then has to press <kbd>l</kbd> to actually
see the log. The same result can be achieved by calling
`magit-log-buffer-file` instead
2021-07-07 03:33:13 +05:30
Itai Y. Efrat
8a40e83ab5
unicode-chars-list-chars -> insert-char
...
`unicode-chars-list-chars` doesn't seem to be an actual function (not
defined in emacs or found online), and `insert-char` seems like what one
would want here.
2021-05-13 17:04:16 +03:00
Kalle Lindqvist
8e33ecf29a
config/default: Fix C-return binding in GUI Emacs
...
The "C-RET" binding does only seem to work when running Emacs in a
terminal. "C-<return>" makes it work in the GUI.
2021-04-22 19:37:42 +02:00
Eric Dallo
53bd779cc9
ui/treemacs: add +lsp flag
2021-04-14 18:21:04 -03:00
Henrik Lissner
64f791eda2
Bind <leader> s B -> swiper-all
2021-03-27 15:24:44 -04:00
Henrik Lissner
fa4f03de22
Fix #4784 : browse-at-remote-prefer-symbolic = nil
...
+ Default browse-at-remote-prefer-symbolic to nil because a permanent
URL is generally more desirable for developers sharing links.
+ 'SPC g y' and 'SPC o o' now support the prefix arg, which will negate
the default value of browse-at-remote-prefer-symbolic for that call.
2021-03-11 13:41:16 -05:00
Paul Wilkinson
fa292bebbb
Fix the "Yank file path" non-evil bindings
...
+default/yank-buffer-filename was replaced in
be9b3ff352
and +evil-bindings.el was
updated accordingly. This commit makes the corresponding updates in
+emacs-bindings.el.
2021-03-04 21:27:36 +00:00
Henrik Lissner
b681a2e1b4
Fix +zen/toggle-fullscreen keybind for vanilla users
2021-02-25 12:12:53 -05:00
Henrik Lissner
3e32379f54
ui/zen: add +zen/toggle{,-fullscreen} commands
...
A more reliable "Distraction-free" fullscreen mode.
2021-02-24 18:06:30 -05:00
Misaka
5dedf00811
Fix find file in private config for emacs bindings
2021-02-04 16:06:56 +08:00
Marc-André Lureau
f0a5d454c5
Bind useful magit-file-dispatch
...
Thanks to this blog post for teaching me about it:
https://emacsredux.com/blog/2020/12/10/essential-magit-file-commands/
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2020-12-11 15:51:45 +04:00
drchsl
910e3bc1d9
config/default: update deprecated bindings
...
deprecation notice:
47e83f7d3f
2020-12-02 19:16:25 +01:00
Chris Rose
18db5e2089
Add keybindings for roam tagging
...
"t" to tag a roam file with the `#+roam_tags` property.
"T" to untag the file
2020-11-22 10:28:24 -08:00
Henrik Lissner
03fe396eea
Move +default/{find-in,browse}-emacsd to core lib
...
Renamed them to:
+ doom/find-file-in-emacsd
+ doom/browse-in-emacsd
2020-11-19 00:44:16 -05:00
Henrik Lissner
ee6c27c2a0
Merge pull request #4143 from innerout/fold-docs
...
Add emacs bindings and documentation in fold module
2020-11-06 02:33:53 -05:00
Henrik Lissner
3abd26aaff
Remove smartparens keys on vanilla C/M arrow keys
...
Maybe some extra effort is needed to make these only available in lisp
modes, but this has proven to be a poor global default.
2020-11-02 14:43:12 -05:00
George Xanthakis
250b7d1d8b
Move keybinds to +emacs-bindings
2020-10-29 23:35:21 +02:00
Henrik Lissner
9929883bf9
Merge pull request #4001 from akirabaruah/emojify
...
ui/emojis: New module for inserting/displaying emojis
2020-10-19 01:25:47 -04:00
Akira Baruah
813804066d
ui/emojis: New module for inserting emojis
...
Uses the emojify package to enable displaying and inserting emojis. Also
adds a new binding "SPC i e" to insert an Emoji. Includes basic docs.
2020-10-11 20:37:19 -07:00
Henrik Lissner
8284f1035b
Fix fill-column toggle for vanilla users
2020-10-06 14:28:48 -04:00
Steven vanZyl
3f28411f64
Use delegate function
...
As suggested by Henrik I changed it to use a delegate function, which reduces
code duplication and makes things cleaner
2020-10-05 10:14:54 -04:00
Steven vanZyl
f96b2310df
Add keybinding to toggle fill column indicator
...
Added a keybinding to the Toggles menu to toggle the fill column indicator if
the `fill-column` module is enabled. The keybind is `SPC t c`.
Suggested by lunik1 on Discord
2020-10-05 10:14:54 -04:00
Michael Utz
f460a461d8
Add scheduled entry keybinding
...
For `org-journal-new-scheduled-entry` in normal emacs bindings.
2020-09-13 22:52:42 +03:00
Henrik Lissner
841eacc77d
tools/lsp: lazy load <leader> c l keybind
...
Fixes a issue where folks would try to rebind <leader> c, only to get a
non-prefix key error about <leader> c l.
2020-08-27 17:44:58 -04:00
Henrik Lissner
76eae7bc46
Bind SPC s S -> swiper-isearch-thing-at-point #3656
2020-08-25 21:12:50 -04:00
Jakub Darul
2564bbce0d
Use flyspell-mode for SPC t s if +flyspell present
...
Also corresponding bindigs fix for +emacs-bindigs.el
2020-08-24 20:36:16 +02:00
Henrik Lissner
ff9c1ace22
checkers/spell: replace flyspell with spell-fu
...
Spell-fu is significantly faster, but does produce more false
positives (more faces must be added to spell-fu-faces-exclude to reduce
these).
Unfortunately, there is no fancy "correction" interface for spell-fu
yet, so we'll have to resort to ispell-word (on z=) for now.
2020-08-21 18:57:10 -04:00
Krzysztof Baranowski
8916f442f1
Update +emacs-bindings.el
2020-08-20 09:12:45 -07:00
Henrik Lissner
c6766c293d
C-down-mouse-2 -> reset text-scale
...
Make this universal. Also removes redundant C-mouse-{4,5} mouse
bindings, they're already bound by mouse-wheel-mode.
2020-08-05 18:26:07 -04:00
Henrik Lissner
863eb82efd
S-RET -> insert literal newline
...
A convention on many text editors and applications is to make RET
auto-indent new lines. That has already been done. Another convention is
for S-RET to insert an unindented line; this commit adds this convention
to Doom.
Relevant to #3694
2020-08-05 18:26:06 -04:00
Nham Le
6a4283c9d4
More convenient search buffer
2020-07-31 12:55:49 +07:00
Henrik Lissner
12e414be89
Rename +org/toggle-clock -> +org/toggle-last-clock
...
And rewrite it to ask for confirmation before clocking in on the item at
point. Without this, it's much harder to see what exactly it's doing.
2020-07-26 15:55:11 -04:00
Henrik Lissner
2a325167f8
Merge pull request #3249 from sei40kr/eglot-improve
...
tools/lsp: improve eglot support
2020-07-22 20:41:22 -04:00
Nicolas Cavigneaux
ab93f61df3
Fix emacs binding for toggling org-tree-slide-mode
...
org-tree-slide-mode toggling binding was calling a
non-existing (obsolete?) function.
2020-07-16 16:07:16 +02:00
Tim Perkins
20c617bc30
Only bind keys when workspaces module enabled
2020-06-26 01:48:39 -04:00
Seong Yong-ju
7e52383273
Resolve a key binding conflict
...
Fix the key binding for "Find implementations" conflicts with
"Jump to symbol in any workspace".
2020-06-24 02:01:10 +09:00
Seong Yong-ju
d8c6030a14
tools/lsp: Use general implementation lookup handler
2020-06-24 01:56:26 +09:00
Seong Yong-ju
6798966f78
editor/format: Use eglot LSP formatter
2020-06-24 01:56:26 +09:00
Raj Krishnan
0e9bb3e6eb
Wording
2020-06-21 18:57:36 +05:30
Raj Krishnan
e0c3ffba0c
Add keybinding for org-roam-insert-immediate
2020-06-21 18:47:11 +05:30
Nicolas Cavigneaux
345f191376
Fix typo in function name used to jump to an IRC channel using Emacs keybindings
2020-06-08 17:51:29 +02:00
Henrik Lissner
2685fb2141
Merge pull request #3311 from marcusramberg/marcus/macos_keychain
...
Updates for macos module
2020-06-06 18:18:13 -04:00
Marcus Ramberg
a217a935fd
updates for macos module
...
Add support for keychain
Add README.
Add shortcut for open in iTerm.
2020-06-06 09:02:36 +02:00
Henrik Lissner
e7678f4749
Fix #3309 : evil keybind for vanilla users
2020-06-05 16:05:55 -04:00