new mode-line Fix not showing when minibuffer is active
[dotfiles.git] / vimperatorrc
index f536bf1..4eca182 100644 (file)
@@ -32,7 +32,7 @@ nmap <Leader>h :help<Space>
 nmap <Leader>, :source ~/.vimperatorrc<CR>
 
 
-noremap <C-o>  <Esc>
+"noremap <C-o> <Esc>
 
 
 set "editor=/usr/local/bin/mvim --remote-silent"
@@ -46,6 +46,7 @@ cmap jj       <Esc>
 
 nnoremap B b
 nnoremap b :bmarks! -tags<SPACE>
+nnoremap e b
 
 set gui=nonavigation
 
@@ -56,4 +57,12 @@ set gui=nonavigation
 ":tab javascript!
 ":tab preferences!
 "
-
+noremap <C-SPACE> <C-^>
+noremap v <C-^>
+" fix the issue on firefox49 history not working, https://github.com/vimperator/vimperator-labs/issues/590
+"js services.services.autoCompleteSearch.class_="@mozilla.org/autocomplete/search;1?name=unifiedcomplete"
+
+"https://github.com/vimperator/vimperator-labs/issues/740
+"set activate=
+"nmap t <C-t>:open<Space>
+nmap t <M-t><esc>:open<Space>