t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

`Tab` key does not insert anything in insert mode #1144

Open mrthebob opened 4 years ago

mrthebob commented 4 years ago

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

debug info ```json { "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.

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 commented 2 years ago

I'm not having this problem in my version.

debug info with package info ```json { "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" ] } ```