diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 013f218..972e1d7 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -207,8 +207,6 @@ " | (A) -> same as the left click " | (A) -> same as the left click " | (A) -> select heading to edit -" | (A) -> close the dialog -" q | (A) -> close the dialog " | (A) -> select heading but remain in toc " | (A) -> up " | (A) -> down @@ -495,7 +493,7 @@ autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap ':BreezeParent' "extradite - autocmd FileType extradite map ':q' + autocmd FileType diff,extradite map ':Extradite' autocmd FileType extradite map autocmd FileType extradite map l j autocmd FileType extradite map @@ -524,8 +522,6 @@ autocmd FileType qf map autocmd FileType qf map autocmd FileType qf map <2-LeftMouse> - autocmd FileType qf noremap ':q' - autocmd FileType qf map q ':q' autocmd FileType qf map p autocmd FileType qf map autocmd FileType qf map @@ -559,9 +555,9 @@ autocmd Filetype qf,ggundo,vimfiler,extradite,tagbar,help noremap autocmd Filetype qf,ggundo,vimfiler,extradite,tagbar,help noremap autocmd Filetype qf,ggundo,vimfiler,extradite,tagbar,help noremap - autocmd Filetype qf,ggundo,vimfiler,extradite,tagbar,help noremap + autocmd Filetype qf,ggundo,vimfiler,tagbar,help noremap autocmd Filetype ggundo,vimfiler,extradite,tagbar,help noremap - autocmd Filetype qf,ggundo,vimfiler,extradite,tagbar,help noremap + autocmd Filetype ggundo,vimfiler,extradite,tagbar,help noremap autocmd Filetype qf,ggundo,vimfiler,extradite,tagbar,help noremap autocmd Filetype qf,ggundo,vimfiler,extradite,tagbar,help noremap autocmd Filetype qf,ggundo,vimfiler noremap diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 7e36d93..5464ca3 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -166,6 +166,8 @@ \ fname =~ '__Gundo' ? '' : \ &ft == 'vimfiler' ? vimfiler#get_status_string() : \ &ft == 'unite' ? unite#get_status_string() : + \ &ft == 'qf' ? '[Error/Location List]' : + \ &ft == 'extradite' ? '[Commit History]' : \ ('' != LLReadonly() ? LLReadonly() . ' ' : '') . \ ('' != fname ? fname : '[No Name]') . \ ('' != LLModified() ? ' ' . LLModified() : '')