summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-05-21 22:19:07 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-05-21 22:19:07 +0200
commit84f64e10721ecfbe22f2e46b32dbc1820f956c9b (patch)
treea1e5880b7c40d14c2c4f3b1452227023929e3192 /.vimrc
parentd6d6784f138b02b3ccbad0bfd8327a1ddfc2c9b5 (diff)
downloaddotfiles-84f64e10721ecfbe22f2e46b32dbc1820f956c9b.tar.gz
dotfiles-84f64e10721ecfbe22f2e46b32dbc1820f956c9b.tar.xz
less option, vim :w!! alias, nossh alias, other stuff
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 5596c3e..bcd5174 100644
--- a/.vimrc
+++ b/.vimrc
@@ -32,6 +32,9 @@ set scrolloff=3
set showcmd
set display=uhex
+"aliases
+ca w!! w !sudo tee "%" > /dev/null
+
let g:qname_hotkey = "<C-b>"
syntax on