Skip to content

Commit

Permalink
Open quicklist files under cursor using ,o instead of <Enter>
Browse files Browse the repository at this point in the history
  • Loading branch information
James Martin committed Mar 8, 2011
1 parent e7746ff commit 727c6d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -142,6 +142,9 @@ imap aa @
nnoremap <leader>w :set wrap<CR>
nnoremap <leader>W :set nowrap<CR>
" Open file under cursor in quicklist
nnoremap ,o :.cc<CR>

" Directories *****************************************************************
" Setup backup location and enable
Expand Down

0 comments on commit 727c6d3

Please sign in to comment.