atom-vim-mode-plus icon indicating copy to clipboard operation
atom-vim-mode-plus copied to clipboard

`Tab` key does not insert anything in insert mode

Open mrthebob opened this issue 4 years ago • 1 comments

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.

mrthebob avatar Sep 17 '20 03:09 mrthebob

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"
  ]
}

mattalxndr avatar Dec 15 '21 02:12 mattalxndr