Shougo / denite.nvim

:dragon: Dark powered asynchronous unite all interfaces for Neovim/Vim8
Other
2.06k stars 216 forks source link

Backspace moves from filter to denite buffer window #832

Closed petobens closed 3 years ago

petobens commented 3 years ago

Consider the following minimal init.vim file:

let $DOTVIM = expand('$HOME/.config/nvim')

set runtimepath+=$DOTVIM/bundle/repos/github.com/Shougo/denite.nvim
filetype plugin indent on

call denite#custom#option('default', {
            \ 'start_filter': 1,
            \ })

Now, as in the GIF, open nvim and do

  1. Run Denite file
  2. Press backspace After 2. the cursor jumps from the filter window to the denite window. I expect the cursor to remain on filter window.

denite-back

Shougo commented 3 years ago

It is intended behavior. If you don't like it, you can disable by unmap.