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

Move to line begin is broken. #85

Closed
notuntoward opened this issue Sep 23, 2021 · 1 comment
Closed

Move to line begin is broken. #85

notuntoward opened this issue Sep 23, 2021 · 1 comment

Comments

@notuntoward
Copy link

When this config:

(global-visual-line-mode +1) 
(use-package crux
   :bind (("C-a" . crux-move-beginning-of-line)
          ("M-'" . crux-duplicate-and-comment-current-line-or-region)
          ("C-c R" . crux-rename-file-and-buffer)
          ("C-k" . crux-kill-and-join-forward)))

C-a does not go to the beginning of the line the cursor is on, but to just before the previous newline.

@bbatsov
Copy link
Owner

bbatsov commented Dec 28, 2021

See e391262

@bbatsov bbatsov closed this as completed Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants