I use `q` as my leader key, which means I have the following set in my vimrc:
let mapleader="q" nnoremap q <nop> vnoremap q <nop> nnoremap Q q vnoremap Q q However, it seems on the newer builds of MacVim (specifically version 7.3 with patches 1-1233) that when I press `q` in quickfix or nofile splits (like in NerdTree) it just closes the buffer, and doesn't execute the start of a leader key pattern. Perhaps there might be some new configs I need to set with the newer updates? Or perhaps it's a bug. Cheers, Amadeus -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
