idea使用分享

ideaVim

配置文件

"" Source your .vimrc
"source ~/.vimrc
"" -- Suggested options --
" Show a few lines of context around the cursor. Note that this makes the
" text scroll if you mouse-click near the start or end of the window.
set scrolloff=5
let mapleader = " "
 
" 普通模式下和可视模式下 大写方向键移动5个单位
nnoremap H 5h
nnoremap J 5j
nnoremap K 5k
nnoremap L 5l
vnoremap H 5h
vnoremap J 5j
vnoremap K 5k
vnoremap L 5l
 
" tab 映射
nnoremap th :tabp<CR>
nnoremap tl :tabn<CR>
 
" 分屏 映射
nnoremap sv :split<CR>
nnoremap sh :vsplit<CR>
 
" 分屏光标移动
nnoremap <leader>h <c-w>h
nnoremap <leader>j <c-w>j
nnoremap <leader>k <c-w>k
nnoremap <leader>l <c-w>l
 
nnoremap <leader><LEFT> <c-w>H
nnoremap <leader><RIGHT> <c-w>L
nnoremap <leader><UP> <c-w>K
nnoremap <leader><DOWN> <c-w>J
 
" vim 剪贴板与 windows 的系统剪贴板共用
" linux 和 mac 的配置不同
set clipboard+=unnamed
 
vnoremap y "+y
" Do incremental searching.
set incsearch
" Don't use Ex mode, use Q for formatting.
map Q gq
 
"" -- Map IDE actions to IdeaVim -- https://jb.gg/abva4t
"" Map \r to the Reformat Code action
"map \r <Action>(ReformatCode)
"" Map <leader>d to start debug
"map <leader>d <Action>(Debug)
"" Map \b to toggle the breakpoint on the current line
"map \b <Action>(ToggleLineBreakpoint)
 
" Find more examples here: https://jb.gg/share-ideavimrc

easymotion

热部署

http

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值