I am using the bs-show function via the mapping:
(global-set-key (kbd "C-x C-b") 'bs-show)
However, since I also use evil-mode I find that the single key commands do not work until I switch from normal ("N") mode to emacs ("E") mode within evil each time I run the bs-show function. How can I disable evil mode within the BufferSelection menu on a permanent basis?