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: Search: use /e flag #1137

Open
8 tasks done
mrthebob opened this issue Jan 8, 2020 · 0 comments
Open
8 tasks done

Feature: Search: use /e flag #1137

mrthebob opened this issue Jan 8, 2020 · 0 comments

Comments

@mrthebob
Copy link

mrthebob commented Jan 8, 2020

Execute Vim Mode Plus: Clip Debug Info(which write info to clipboard) then paste here.

debug info
{
  "atom": "1.42.0",
  "platform": "darwin",
  "release": "18.7.0",
  "vmpVersion": "1.36.4",
  "vmpConfig": {
    "automaticallyEscapeInsertModeOnActivePaneItemChange": true,
    "hideCommandsFromCommandPalette": true,
    "keymapBackslashToInnerCommentOrParagraphWhenToggleLineCommentsIsPending": true,
    "keymapCCToChangeInnerSmartWord": true,
    "keymapPToPutWithAutoIndent": true,
    "keymapSemicolonToInnerAnyPairInOperatorPendingMode": true,
    "keymapUnderscoreToReplaceWithRegister": true,
    "keymapYToYankToLastCharacterOfLine": true,
    "setCursorToStartOfChangeOnUndoRedo": true,
    "useSmartcaseForFind": true,
    "useSmartcaseForSearch": true
  }
}

Read and check all "Checklist" below.

Checklist

You have to check all before open issue.

  • Provide your environment info clipped by Vim Mode Plus: Clip Debug Info command.
  • Try with latest Atom and latest vim-mode-plus.
  • Pick a descriptive and non-ambiguous subject
  • Express "what" you want(feature? config option?, behavior change?) in short sentence(not long!).

We need the ability to search with the /e flag. This will place the cursor at the end of the search.

  • Contrast current behavior if you want to change current behavior, with sample text, operation(keystroke) and result.
  • Include real use case so that maintainer can understand "why" you need help.

Use case: when you want to affect the end of the search term, it's far more convenient to search, land where you want to affect, hit n to go to the next and just hit ., instead of having to hit n and then f<char> (potentially multiple times) and then ..

  • Include Atom(atom --version), vim-mode-plus version, and OS version(e.g. macOS Sierra 10.12.3).

macOS Mojave 10.14.6
Atom 1.42.0
vim-mode-plus 1.36.4

  • If keybinding issue, Read this.
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

1 participant