Skip to content

Add 'v' alias for nvim#205

Merged
connerohnesorge merged 2 commits into
mainfrom
copilot/add-alias-to-zshrc
Dec 20, 2025
Merged

Add 'v' alias for nvim#205
connerohnesorge merged 2 commits into
mainfrom
copilot/add-alias-to-zshrc

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 19, 2025

Adds alias v='nvim' to .zshrc for faster editor access.

alias v='nvim'

Placed after the existing alias vim='nvim' for logical grouping with nvim-related aliases.

Original prompt

This section details on the original issue you should resolve

<issue_title>Alias 'v' to 'nvim' in .zshrc</issue_title>
<issue_description>Add the following alias to the .zshrc file:

alias v='nvim'

This will allow opening nvim with a simple v command in the terminal. Make sure to source the .zshrc file or restart your shell after making this change.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Dec 19, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Co-authored-by: connerohnesorge <88785126+connerohnesorge@users.noreply.github.com>
Copilot AI changed the title [WIP] Add alias 'v' for 'nvim' in .zshrc Add 'v' alias for nvim Dec 19, 2025
@connerohnesorge connerohnesorge marked this pull request as ready for review December 19, 2025 19:57
@connerohnesorge connerohnesorge merged commit a68d50a into main Dec 20, 2025
6 checks passed
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

Successfully merging this pull request may close these issues.

Alias 'v' to 'nvim' in .zshrc

2 participants