Added new textobjects - ruby symbol (va:), function args (vaa)
This commit is contained in:
1
vim/bundle/bootleq-vim-textobj-rubysymbol
Submodule
1
vim/bundle/bootleq-vim-textobj-rubysymbol
Submodule
Submodule vim/bundle/bootleq-vim-textobj-rubysymbol added at 7fd2a8bde1
1
vim/bundle/vim-scripts-argtextobj
Submodule
1
vim/bundle/vim-scripts-argtextobj
Submodule
Submodule vim/bundle/vim-scripts-argtextobj added at f3fbe427f7
@@ -111,13 +111,13 @@ map <silent> <D-0> :tabn 0<cr>
|
||||
nnoremap <silent> vv <C-w>v
|
||||
nnoremap <silent> ss <C-w>s
|
||||
|
||||
" Remap Q to close a window
|
||||
nnoremap <silent> Q <C-w>c
|
||||
" Use Q to kill a buffer
|
||||
nnoremap <silent> Q :bw<CR>
|
||||
|
||||
" Use \Q to kill the buffer entirely
|
||||
nnoremap <silent> <Leader>Q :bw<CR>
|
||||
" Remap \Q to close a window (leave buffer open in memory)
|
||||
nnoremap <silent> <Leader>Q <C-w>c
|
||||
|
||||
"open the taglist (method browser) using ,t
|
||||
"open the taglist (method browser) using ,t
|
||||
nnoremap <silent> ,T :TlistToggle<CR>
|
||||
|
||||
" create <%= foo %> erb tags using Ctrl-k in edit mode
|
||||
|
||||
Reference in New Issue
Block a user