Minimoy - Eeebuntu NBR 3.0.1 - Files: Difference between revisions

From miki
Jump to navigation Jump to search
Line 1: Line 1:
== /etc/fstab ==
Download [{{#filelink: fstab}} this file].
{{#fileanchor: fstab}}
<pre>
//mnemosyne/backup /net/mnemosyne/backup cifs username=backup,allow_utime=22,umask=002,uid=999,gid=124 0 0
</pre>

== ~/.vimrc ==
== ~/.vimrc ==



Revision as of 22:54, 4 October 2009

/etc/fstab

Download [{{#filelink: fstab}} this file]. {{#fileanchor: fstab}}

//mnemosyne/backup /net/mnemosyne/backup	cifs	username=backup,allow_utime=22,umask=002,uid=999,gid=124	0 0

~/.vimrc

Download [{{#filelink: .vimrc}} this file]. {{#fileanchor: .vimrc}}

syntax enable
set bg=light
set number
set bs=2
nnoremap j h
nnoremap k j
nnoremap l k
nnoremap m l
nnoremap h m
vnoremap j h
vnoremap k j
vnoremap l k
vnoremap m l
vnoremap h m
set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab
set autoindent