Added Easy Align
This commit is contained in:
parent
24b5d58262
commit
4f8106f047
7
.vimrc
7
.vimrc
@ -63,3 +63,10 @@ colo two-firewatch
|
|||||||
|
|
||||||
map <C-k><C-k> :NERDTreeToggle<cr> " Use Ctrl-P to open the fuzzy file opener
|
map <C-k><C-k> :NERDTreeToggle<cr> " Use Ctrl-P to open the fuzzy file opener
|
||||||
nnoremap <C-p> :Files<cr>
|
nnoremap <C-p> :Files<cr>
|
||||||
|
|
||||||
|
"Easy Align
|
||||||
|
" Start interactive EasyAlign in visual mode (e.g. vipga)
|
||||||
|
xmap ga <Plug>(EasyAlign)
|
||||||
|
|
||||||
|
" Start interactive EasyAlign for a motion/text object (e.g. gaip)
|
||||||
|
nmap ga <Plug>(EasyAlign)
|
||||||
|
Loading…
Reference in New Issue
Block a user