1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-18 12:00:30 +01:00

Added jedi, multiple-cursors and html5 repos

This commit is contained in:
2014-06-29 19:20:32 +02:00
parent e8692558f8
commit 556e48ae3f
4 changed files with 16 additions and 8 deletions

4
.vimrc
View File

@@ -213,8 +213,8 @@ let g:riv_auto_format_table = 0
"KEYS: User defined keyboard shortcuts {{{
"Cycle through buffers.
map <C-p> :bp<CR>
map <C-n> :bn<CR>
" map <C-p> :bp<CR>
" map <C-n> :bn<CR>
map <F5> :call <SID>Make()<cr>