summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-10-19 11:52:59 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-10-19 11:52:59 +0200
commitc20097e5373d1d30573688af0b9b16bfe1d247d4 (patch)
tree6e68fe4b68dfe669e9013eb705ccd48b88fdad3d /.vimrc
parent9baadcd9446c7c444b6e150a006ba3e7625cc4ce (diff)
downloaddotfiles-c20097e5373d1d30573688af0b9b16bfe1d247d4.tar.gz
dotfiles-c20097e5373d1d30573688af0b9b16bfe1d247d4.tar.xz
vimrc: add Fb command
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 4e00002..a97c9ab 100644
--- a/.vimrc
+++ b/.vimrc
@@ -60,8 +60,8 @@ filetype plugin indent on
"aliases
cnorea w!! w !sudo tee "%" > /dev/null
-"cnorea fb w !fb<CR>
cnorea qpd %!perl -pe 's/\=([0-9A-Fa-f]{2})/chr(hex($1))/ge; s/\=\n//;'
+com -range=% Fb :exec "<line1>,<line2>w !fb -e " . &filetype . " -n " . expand("%:t")
syntax on