summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-07-27 10:05:44 -0400
committerMike Crute <mike@crute.us>2010-07-27 10:05:44 -0400
commitc6a30d77c1316ea1fab67a49008e7a2fed00a683 (patch)
tree6feaf2354b7742187d3dc75b8a13a1ef416842ae /.vimrc
parent860e570c89fde1ea10b1d8d64acb892a3afc6cfd (diff)
downloaddotfiles-c6a30d77c1316ea1fab67a49008e7a2fed00a683.tar.bz2
dotfiles-c6a30d77c1316ea1fab67a49008e7a2fed00a683.tar.xz
dotfiles-c6a30d77c1316ea1fab67a49008e7a2fed00a683.zip
Updating configs
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 625d3fb..106de3d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -193,6 +193,10 @@ map <C-h> :bprev!<CR>
193map bn :bnext<CR> 193map bn :bnext<CR>
194map bp :bprev<CR> 194map bp :bprev<CR>
195 195
196" Paging Key Bindings
197map df <C-f>
198map fd <C-b>
199
196" Plugin Key Bindings 200" Plugin Key Bindings
197map <unique> <leader>tl :TlistToggle<CR> 201map <unique> <leader>tl :TlistToggle<CR>
198map <unique> <leader>fe :Vexplore<CR> 202map <unique> <leader>fe :Vexplore<CR>