Skip to content

Instantly share code, notes, and snippets.

@transtone
Created November 21, 2019 03:08
Show Gist options
  • Save transtone/68f1b56c0780a3bad48bbfbfe14f7c68 to your computer and use it in GitHub Desktop.
Save transtone/68f1b56c0780a3bad48bbfbfe14f7c68 to your computer and use it in GitHub Desktop.
set hlsearch
set incsearch
set ignorecase
set smartcase
set showmode
set keep-english-in-normal
set ideajoin
set clipboard-=ideaput
let mapleader="q"
noremap <leader>k gt
noremap <leader>c :nohl<CR>
nnoremap <leader>gc :action GotoClass<CR>
nnoremap <leader>ga :action GotoAction<CR>
nnoremap <leader>fp :action ShowFilePath<CR>
nnoremap <leader>pm :action ShowPopupMenu<CR>
nmap <leader><leader>s :action KJumpAction<cr>
nmap <leader><leader>w :action KJumpAction.Word0<cr>
nmap <leader><leader>l :action KJumpAction.Line<cr>
noremap U <C-r>
noremap <C-l> zz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment