Skip to content

Commit

Permalink
Add surround
Browse files Browse the repository at this point in the history
  • Loading branch information
robhurring committed Sep 20, 2016
1 parent c25ce58 commit 54f7376
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions etc/ideavimrc
Expand Up @@ -7,6 +7,7 @@ set number
set hlsearch
set scrolloff=3
set showmode
set surround
set mps+=<:>

" esc
Expand All @@ -29,15 +30,17 @@ noremap Y y$
nmap <F1> :%s/\s\+$<CR>

" ---> IDEA mappings
nnoremap cow :action EditorToggleUseSoftWraps<cr>
nnoremap col :action EditorToggleShowWhitespaces<cr>
nnoremap cow :action EditorToggleUseSoftWraps<CR>
nnoremap col :action EditorToggleShowWhitespaces<CR>
nnoremap cor :set relativenumber!<CR>
nnoremap con :set number!<CR>

nnoremap / :action Find<CR>
nnoremap g/ /
nnoremap n :action FindNext<CR>
nnoremap N :action FindPrevious<CR>
nnoremap U :action $Redo<CR>
nnoremap ; :action AceJumpAction<CR>
"nnoremap ; :action AceJumpAction<CR>
nnoremap <C-Space> :action GotoFile<CR>

" file navigation
Expand Down

0 comments on commit 54f7376

Please sign in to comment.