Skip to content

Commit

Permalink
增加生成try-catch代码块功能
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Mar 28, 2020
1 parent 0d2987d commit 5c795c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ nnoremap <leader>U :GoToFunImpl<cr>
nnoremap <silent> <leader>a :Switch<cr>
nnoremap <leader><leader>fp :FormatFunParam<cr>
nnoremap <leader><leader>if :FormatIf<cr>
nnoremap <leader><leader>t :GenTryCatch<cr>
" change-colorscheme
nnoremap <silent> <F9> :PreviousColorScheme<cr>
Expand Down

0 comments on commit 5c795c6

Please sign in to comment.