Skip to content

Commit

Permalink
added vim-seek back in
Browse files Browse the repository at this point in the history
  • Loading branch information
samvit committed May 28, 2014
1 parent adbc55b commit 3fe5759
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = git@github.com:kien/ctrlp.vim.git
[submodule "bundle/vim-seek"]
path = bundle/vim-seek
url = git@github.com:goldfeld/vim-seek.git
[submodule "bundle/camelcasemotion"]
path = bundle/camelcasemotion
url = git@github.com:vim-scripts/camelcasemotion.git
Expand All @@ -119,3 +116,6 @@
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git

[submodule "bundle/vim-seek"]
path = bundle/vim-seek
url = git@github.com:goldfeld/vim-seek.git
1 change: 1 addition & 0 deletions bundle/vim-seek
Submodule vim-seek added at 69a975
9 changes: 3 additions & 6 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ if has("gui_macvim")
set cursorline
endif

"So we can split a line somewhere
nmap S i<CR><ESC>
" Sudo to write
cnoremap w!! w !sudo tee % >/dev/null
Expand Down Expand Up @@ -271,7 +268,7 @@ noremap NN =ip
"Plugin Configurations

"CtrlP
noremap <space><space> <Esc>:CtrlP<CR>
noremap <space><space> <Esc>:CtrlPMixed<CR>
"Conque
map <leader>c :ConqueTermSplit bash
Expand Down Expand Up @@ -304,8 +301,8 @@ map <leader>a :Ack
" <leader>a<motion>, or

"vim-seek
let g:SeekKey = 'f'
let g:SeekBackKey = 'F'
let g:SeekKey = 's'
let g:SeekBackKey = 'S'

if has("gui_running")
set guifont=Monaco\ for\ Powerline:h13
Expand Down

0 comments on commit 3fe5759

Please sign in to comment.