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

Tab key does not insert anything in insert mode #1144

Open
mrthebob opened this issue Sep 17, 2020 · 1 comment
Open

Tab key does not insert anything in insert mode #1144

mrthebob opened this issue Sep 17, 2020 · 1 comment

Comments

@mrthebob
Copy link

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

debug info
{
  "atom": "1.51.0",
  "platform": "darwin",
  "release": "19.5.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.

  • [x ] Provide your environment info clipped by Vim Mode Plus: Clip Debug Info command.
  • [x ] Try with latest Atom and latest vim-mode-plus.
  • [x ] Pick a descriptive and non-ambiguous subject
  • [x ] Express "what" you want(feature? config option?, behavior change?) in short sentence(not long!).
  • [x ] Contrast current behavior if you want to change current behavior, with sample text, operation(keystroke) and result.
  • [x ] Include real use case so that maintainer can understand "why" you need help.
  • [x ] Include Atom(atom --version), vim-mode-plus version, and OS version(e.g. macOS Sierra 10.12.3).
  • [x ] If keybinding issue, Read this.

macOS Catalina 10.15.5

When typing tab in insert mode, it does nothing. I've deleted everything in my Keymap. Disabling atom-vim-mode-plus allows the correct behavior, but once it's installed, I can't type tab and have it do anything.

@mattalxndr
Copy link

I'm not having this problem in my version.

debug info with package info
{
  "atom": "1.58.0",
  "platform": "linux",
  "release": "5.15.7-arch1-1",
  "vmpVersion": "1.36.7",
  "vmpConfig": {
    "startInInsertMode": true
  },
  "activeCommunityPackages": [
    "github-dark-theme-syntax: 0.1.0",
    "vim-mode-plus: 1.36.7",
    "ex-mode: 0.18.0"
  ]
}

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