Cleanup
This commit is contained in:
parent
5ac00cd314
commit
09d69f997b
|
@ -1,10 +0,0 @@
|
||||||
/* Hide the top tabs toolbar.
|
|
||||||
To install this:
|
|
||||||
* Go to your Firefox profile folder (look in %appdata%/Mozilla/Firefox/Profiles)
|
|
||||||
* Create a 'chrome' folder and place this there.
|
|
||||||
* In Firefox, go to about:config and set `toolkit.legacyUserProfileCustomizations.stylesheets` to true.
|
|
||||||
* Restart the browser.
|
|
||||||
*/
|
|
||||||
#TabsToolbar {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
4
vimrc
4
vimrc
|
@ -16,6 +16,8 @@
|
||||||
"###################################################################################################
|
"###################################################################################################
|
||||||
|
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
" @note If the file contains a BOM then vim will automatically set `bomb` for
|
||||||
|
" the buffer so that the BOM is written out again.
|
||||||
set encoding=utf-8 fileencoding=utf-8 fileencodings=ucs-bom,utf8,prc
|
set encoding=utf-8 fileencoding=utf-8 fileencodings=ucs-bom,utf8,prc
|
||||||
set nocompatible
|
set nocompatible
|
||||||
filetype off
|
filetype off
|
||||||
|
@ -647,6 +649,8 @@ function! DoSingleWriteThenQuit()
|
||||||
quit
|
quit
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" @fixme Sometimes a :wa that saves multiple files causes vim to hang and use
|
||||||
|
" a lot of CPU.
|
||||||
function! DoMultiWrite()
|
function! DoMultiWrite()
|
||||||
let l:current_buffer = bufnr("%")
|
let l:current_buffer = bufnr("%")
|
||||||
bufdo wa
|
bufdo wa
|
||||||
|
|
Loading…
Reference in New Issue
Block a user