update pathogen
This commit is contained in:
parent
090f218b74
commit
45d7674b56
5 changed files with 240 additions and 84 deletions
15
.vimrc
15
.vimrc
|
|
@ -15,7 +15,8 @@ set expandtab
|
|||
let mapleader = ","
|
||||
|
||||
filetype off
|
||||
call pathogen#runtime_append_all_bundles()
|
||||
"call pathogen#runtime_append_all_bundles()
|
||||
execute pathogen#infect()
|
||||
filetype plugin indent on
|
||||
" Set 'smart' things in Vim
|
||||
set smartcase
|
||||
|
|
@ -138,12 +139,12 @@ inoremap <C-e> <C-O>$
|
|||
imap <C-c> <Esc>
|
||||
|
||||
|
||||
nmap <silent> <C-j> :FocusNextWindow<CR>
|
||||
nmap <silent> <C-k> :FocusPrevWindow<CR>
|
||||
nmap <silent> <C-m> :FocusMasterWindow<CR>
|
||||
nmap <silent> <C-Enter> :SwapWithMasterWindow<CR>
|
||||
nmap <silent> <C-Down> :SwapWithNextWindow<CR>
|
||||
nmap <silent> <C-Up> :SwapWithPrevWindow<CR>
|
||||
"nmap <silent> <C-j> :FocusNextWindow<CR>
|
||||
"nmap <silent> <C-k> :FocusPrevWindow<CR>
|
||||
"nmap <silent> <C-m> :FocusMasterWindow<CR>
|
||||
"nmap <silent> <C-Enter> :SwapWithMasterWindow<CR>
|
||||
"nmap <silent> <C-Down> :SwapWithNextWindow<CR>
|
||||
"nmap <silent> <C-Up> :SwapWithPrevWindow<CR>
|
||||
|
||||
set laststatus=2
|
||||
set statusline=%t "tail of the filename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue