Skip to content

Conversation

@LainLayer
Copy link
Contributor

Thought this would be useful, I needed it and there was no easy way to do it.

case .delete_current_file; defer_action_delete(editor.buffer_id);
case .reload_from_disk; action_reload_from_disk(editor.buffer_id);

case .copy_current_file_path; action_copy_current_file_path(editor.buffer_id);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a command copy_current_line_info, which is very similar. They should be listed together for better readability. Same about the other changes - please put them next to each other.

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.

2 participants