mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 13:34:39 +01:00
shortcut updates
This commit is contained in:
parent
2c42f4ab57
commit
44a8cbc706
1 changed files with 4 additions and 2 deletions
6
vimrc
6
vimrc
|
|
@ -119,7 +119,9 @@ set swb=usetab "make :sb <filename> go to tabs too
|
||||||
"key mappings
|
"key mappings
|
||||||
let mapleader = ','
|
let mapleader = ','
|
||||||
|
|
||||||
map <leader>R :source ~/.vimrc
|
map <leader>R :source ~/.vimrc<CR>
|
||||||
|
map <leader>t :CtrlP<CR>
|
||||||
|
map <leader>b :CtrlPBuffer<CR>
|
||||||
|
|
||||||
"coffee
|
"coffee
|
||||||
vmap <leader>c <esc>:'<,'>:CoffeeCompile<CR>
|
vmap <leader>c <esc>:'<,'>:CoffeeCompile<CR>
|
||||||
|
|
@ -130,7 +132,7 @@ command -nargs=1 C CoffeeCompile | :<args>
|
||||||
nnoremap <leader>s :mksession!<CR>
|
nnoremap <leader>s :mksession!<CR>
|
||||||
|
|
||||||
"Ack
|
"Ack
|
||||||
nnoremap <leader>a :Ack
|
nnoremap <leader>a :Ack<SPACE>
|
||||||
|
|
||||||
"Command-T options
|
"Command-T options
|
||||||
"let g:CommandTMatchWindowReverse=1
|
"let g:CommandTMatchWindowReverse=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue