aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--vimrc9
1 files changed, 7 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index f5737f0..6e8b0ca 100644
--- a/vimrc
+++ b/vimrc
@@ -31,8 +31,13 @@ nnoremap <leader>S :echo join(reverse(map(synstack(line('.'), col('.')), 'synIDa
31" Operator pending 31" Operator pending
32onoremap p i( 32onoremap p i(
33onoremap ap a( 33onoremap ap a(
34onoremap np :<c-u>normal! f(vi(<cr> 34" next parenthesis
35onoremap b /return<CR> 35onoremap fp :<c-u>normal! f(vi(<cr>
36onoremap b i{
37onoremap fb :<c-u>normal! f{vi{<cr>
38onoremap ab a{
39" block
40onoremap B /return<CR>
36 41
37" S&R 42" S&R
38nnoremap <leader>; :%s:::g<Left><Left><Left> 43nnoremap <leader>; :%s:::g<Left><Left><Left>