Skip to content

delete key does not remove tabs or spaces in insert mode #1184

Description

@nioboy

Hello, I recently brew installed vim 9.1 on my mac, and I installed python-mode. This is all I have in my .vimrc file.

" Pathogen load
filetype off

call pathogen#infect()
call pathogen#helptags()

filetype plugin indent on
syntax on

let g:pymode_trim_whitespaces = 1
" Turn on the rope script
let g:pymode_rope = 1

I started testing out python-mode by creating a python script. I noticed my "Delete" key on my keyboard no longer deletes any tabs or spaces in insert mode. I have to use the x key in normal mode to remove any unwanted tabs or spaces.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions