Mercurial > dotfiles
comparison vim/vimrc @ 42:6b831735c092
Added french keymap support.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Nov 2011 22:48:52 -0800 |
parents | cec2213f938c |
children | 25e8b2fffd50 |
comparison
equal
deleted
inserted
replaced
41:b5f45325f37a | 42:6b831735c092 |
---|---|
149 " MiniBufExplorer | 149 " MiniBufExplorer |
150 " Navigate with CTRL+Tab/CTRL+Shift+Tab | 150 " Navigate with CTRL+Tab/CTRL+Shift+Tab |
151 let g:miniBufExplMapCTabSwitchBufs = 1 | 151 let g:miniBufExplMapCTabSwitchBufs = 1 |
152 | 152 |
153 " Custom mappings. | 153 " Custom mappings. |
154 let mapleader="\\" | 154 let mapleader="," |
155 " MiniBufExplorer mappings | 155 " MiniBufExplorer mappings |
156 map <leader>e :MiniBufExplorer<cr> | 156 map <leader>e :MiniBufExplorer<cr> |
157 " Open NERDtree | 157 " Open NERDtree |
158 map <leader>n :NERDTreeToggle<cr> | 158 map <leader>n :NERDTreeToggle<cr> |
159 " Switch between FR and US keyboard layouts | |
160 map <leader>fr :set keymap=french<cr> | |
161 map <leader>us :set keymap=<cr> | |
159 | 162 |
160 " Temporary stuff | 163 " Temporary stuff |
161 "let mapleader="," " Use , as Leader | 164 "let mapleader="," " Use , as Leader |
162 "let gmapleader="," | 165 "let gmapleader="," |
163 "map Y y$ " Yank to the end of the line w/ Y | 166 "map Y y$ " Yank to the end of the line w/ Y |