Merge branch 'master' of lugh.ch:/var/www/git/dotfiles
This commit is contained in:
commit
b2e344b78a
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# remember more commands
|
# remember more commands
|
||||||
HISTSIZE=20000
|
HISTSIZE=200000
|
||||||
|
|
||||||
# add timestamps to history entries
|
# add timestamps to history entries
|
||||||
HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
|
HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
|
||||||
|
|
|
||||||
3
.vimrc
3
.vimrc
|
|
@ -47,3 +47,6 @@ set t_Co=256
|
||||||
|
|
||||||
" always show vim-airline
|
" always show vim-airline
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
|
||||||
|
" Fix intendation
|
||||||
|
map <F5> mzgg=G`z<CR>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue