mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 13:03:18 -09:00
fiddle
This commit is contained in:
parent
fec7025b41
commit
96d56fa190
@ -2,7 +2,7 @@
|
|||||||
let mapleader = " "
|
let mapleader = " "
|
||||||
|
|
||||||
" Default Settings
|
" Default Settings
|
||||||
set scrolloff=5
|
"set scrolloff=5
|
||||||
set rnu
|
set rnu
|
||||||
set number
|
set number
|
||||||
set incsearch
|
set incsearch
|
||||||
@ -21,7 +21,7 @@ nmap <leader>tr :NERDTreeFocus<cr>
|
|||||||
Plug 'easymotion/vim-easymotion'
|
Plug 'easymotion/vim-easymotion'
|
||||||
let g:EasyMotion_do_mapping = 0
|
let g:EasyMotion_do_mapping = 0
|
||||||
set easymotion
|
set easymotion
|
||||||
nmap gw <Plug>(easymotion-w)
|
nmap gw <Plug>(easymotion-bd-w)
|
||||||
|
|
||||||
" Keymaps
|
" Keymaps
|
||||||
nmap <leader>bd :bd<cr>
|
nmap <leader>bd :bd<cr>
|
||||||
@ -36,10 +36,8 @@ vmap K :m '>-2<CR>gv=gv
|
|||||||
|
|
||||||
" -- Map IDE actions to IdeaVim -- https://jb.gg/abva4t
|
" -- Map IDE actions to IdeaVim -- https://jb.gg/abva4t
|
||||||
nmap <leader>if :<Action>(ReformatCode)<cr>
|
nmap <leader>if :<Action>(ReformatCode)<cr>
|
||||||
nmap <leader>id :<Action>(Debug)<cr>
|
|
||||||
nmap <leader>ir :<Action>(Run)<cr>
|
|
||||||
nmap <leader>ib :<Action>(ToggleLineBreakpoint)<cr>
|
nmap <leader>ib :<Action>(ToggleLineBreakpoint)<cr>
|
||||||
nmap <leader>iR :<Action>(IdeaVim.ReloadVimRc.reload)<cr>
|
nmap <leader>ir :<Action>(IdeaVim.ReloadVimRc.reload)<cr>
|
||||||
nmap <leader><leader> :<Action>(SearchEverywhere)<cr>
|
nmap <leader><leader> :<Action>(SearchEverywhere)<cr>
|
||||||
nmap <leader>it :<Action>(ActivateTerminalToolWindow)<cr>
|
nmap <leader>it :<Action>(ActivateTerminalToolWindow)<cr>
|
||||||
nmap <leader>/ :<Action>(FindInPath)<cr>
|
nmap <leader>/ :<Action>(FindInPath)<cr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user