mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
coffeescript shortcuts
This commit is contained in:
parent
5ef9449dc1
commit
6095fca330
1 changed files with 5 additions and 0 deletions
5
vimrc
5
vimrc
|
|
@ -121,6 +121,11 @@ let mapleader = ','
|
|||
|
||||
map <leader>R :source ~/.vimrc
|
||||
|
||||
"coffee
|
||||
vmap <leader>c <esc>:'<,'>:CoffeeCompile<CR>
|
||||
map <leader>c :CoffeeCompile<CR>
|
||||
command -nargs=1 C CoffeeCompile | :<args>
|
||||
|
||||
"session
|
||||
nnoremap <leader>s :mksession!<CR>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue