Giter Club home page Giter Club logo

Comments (4)

AlexPl292 avatar AlexPl292 commented on July 30, 2024

Hi, could you please share log (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files)?

from ideavim-easymotion.

Vozf avatar Vozf commented on July 30, 2024

idea.log

from ideavim-easymotion.

Vozf avatar Vozf commented on July 30, 2024

rc file if nescessary

" Plugins
set surround
set easymotion

set multiple-cursors
set commentary
set ReplaceWithRegister
set argtextobj
set textobj-entire
set exchange

set incsearch
set hlsearch
set ignorecase
set smartcase
set showmode
set scrolloff=0
set ideavimsupport+=singleline
set textobj-indent
" set quickscope

" Idea specific settings
set ideajoin
set ideastatusicon=gray
set clipboard+=unnamed


let mapleader=" "
" Mappings

map q <leader><leader>s
nnoremap <C-j> J
noremap <A-V> <C-V>
nnoremap H :action Back<CR>
nnoremap L :action Forward<CR>
nnoremap J :action PreviousTab<CR>
nnoremap K :action NextTab<CR>
nnoremap x "_x
imap jj <Esc>

" Leader mappings
nnoremap <SPACE> <Nop>

map <leader>d :action Debug<CR>
map <leader>D :action ChooseDebugConfiguration<CR>
map <leader>r :action Run<CR>
map <leader>R :action ChooseRunConfiguration<CR> 
map <leader>n :action Resume<CR>
map <leader>c :action Stop<CR>
map <leader>e :action EvaluateExpression<CR>
map <leader>b :action ToggleLineBreakpoint<CR>

map <leader>ge :action ShowExecutionPoint<CR>
map <leader>gn :action ShowNavBar<CR>
map <leader>gr :action GotoNextError<CR>
map <leader>gR :action GotoPreviousError<CR>
map <leader>gp :action SelectInProjectView<CR>
map <leader>ga :action Annotate<CR>
map <leader>gs :action GotoSuperMethod<CR>

map <leader>f :action HideAllWindows<CR>
map <leader>q :action QuickTypeDefinition<CR>
map <leader>w :action NextSplitter<CR>

map <leader>mr :action Run Mypy Daemon<CR>
map <leader>mp :action Previous Mypy Error<CR>
map <leader>mn :action Next Mypy Error<CR>

map <leader>a :action GotoDeclaration<CR>
map <leader>x :action CloseContent<CR>

" Reformat the current line only
map <leader>l V:action ReformatCode<CR>

map <leader>o :action FileStructurePopup<CR>

let g:argtextobj_pairs="(:),[:],{:}"

noremap h <NOP>
noremap j <NOP>
noremap k <NOP>
noremap l <NOP>

" Set conflicting keys
sethandler <C-A> a:ide
sethandler <C-B> a:ide
sethandler <C-C> a:ide
sethandler <C-F> a:ide
sethandler <C-K> a:ide
sethandler <C-Q> a:ide
sethandler <C-S> a:ide
sethandler <C-V> a:ide
sethandler <C-W> a:ide
sethandler <C-X> a:ide

from ideavim-easymotion.

Vozf avatar Vozf commented on July 30, 2024

for some reason started working again

from ideavim-easymotion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.