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

[Feature] Add mappings for easier movement. #3

Closed
filipdutescu opened this issue Oct 8, 2021 · 0 comments · Fixed by #27
Closed

[Feature] Add mappings for easier movement. #3

filipdutescu opened this issue Oct 8, 2021 · 0 comments · Fixed by #27
Assignees
Labels
feature New feature or request good first issue Good for newcomers
Milestone

Comments

@filipdutescu
Copy link
Owner

Describe the issue

There is no way to select the buffer contents or to move easier and faster than 1 letter at a time.

Proposal

Define key mappings to have better movement inside the renamer.nvim popup buffer and window.

Alternatives

Start with the <cword> selected. This might still be a good idea, but key mappings are more important, in my opinion.

Additional context

@filipdutescu filipdutescu added the feature New feature or request label Oct 8, 2021
@filipdutescu filipdutescu added this to the v0.2.0 milestone Oct 8, 2021
@filipdutescu filipdutescu self-assigned this Oct 8, 2021
@filipdutescu filipdutescu added the good first issue Good for newcomers label Oct 8, 2021
filipdutescu added a commit that referenced this issue Oct 24, 2021
To make it easier to navigate the buffer and manipulate its contents,
this commit adds a set of default keymaps, which provide basic
navigation:

- <c-i>, sets the cursor to the start
- <c-a>, sets the cursor to the end
- <c-e>, sets the cursor to the word end
- <c-b>, sets the cursor to the word start
- <c-c>, clears the line
- <c-u>, undo changes
- <c-r>, redo undone changes

Closes: GH-3
Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
filipdutescu added a commit that referenced this issue Oct 25, 2021
To make it easier to navigate the buffer and manipulate its contents,
this commit adds a set of default keymaps, which provide basic
navigation:

- <c-i>, sets the cursor to the start
- <c-a>, sets the cursor to the end
- <c-e>, sets the cursor to the word end
- <c-b>, sets the cursor to the word start
- <c-c>, clears the line
- <c-u>, undo changes
- <c-r>, redo undone changes

Closes: GH-3
Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
filipdutescu added a commit that referenced this issue Oct 25, 2021
To make it easier to navigate the buffer and manipulate its contents,
this commit adds a set of default keymaps, which provide basic
navigation:

- <c-i>, sets the cursor to the start
- <c-a>, sets the cursor to the end
- <c-e>, sets the cursor to the word end
- <c-b>, sets the cursor to the word start
- <c-c>, clears the line
- <c-u>, undo changes
- <c-r>, redo undone changes

Closes: GH-3
Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
filipdutescu added a commit that referenced this issue Oct 25, 2021
To make it easier to navigate the buffer and manipulate its contents,
this commit adds a set of default keymaps, which provide basic
navigation:

- <c-i>, sets the cursor to the start
- <c-a>, sets the cursor to the end
- <c-e>, sets the cursor to the word end
- <c-b>, sets the cursor to the word start
- <c-c>, clears the line
- <c-u>, undo changes
- <c-r>, redo undone changes

Closes: GH-3
Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
filipdutescu added a commit that referenced this issue Oct 25, 2021
To make it easier to navigate the buffer and manipulate its contents,
this commit adds a set of default keymaps, which provide basic
navigation:

- <c-i>, sets the cursor to the start
- <c-a>, sets the cursor to the end
- <c-e>, sets the cursor to the word end
- <c-b>, sets the cursor to the word start
- <c-c>, clears the line
- <c-u>, undo changes
- <c-r>, redo undone changes

Closes: GH-3
Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
filipdutescu added a commit that referenced this issue Oct 25, 2021
To make it easier to navigate the buffer and manipulate its contents,
this commit adds a set of default keymaps, which provide basic
navigation:

- <c-i>, sets the cursor to the start
- <c-a>, sets the cursor to the end
- <c-e>, sets the cursor to the word end
- <c-b>, sets the cursor to the word start
- <c-c>, clears the line
- <c-u>, undo changes
- <c-r>, redo undone changes

Closes: GH-3
Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant