Skip to content

hackeren/source-insight-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

source-insight-vim

It's a source-insight-like vim.

Screen capture:

example

##Hotkeys

####Keyboard Layout

keyboard

####Windows:

:noremap <F1> <c-w><c-p>
:noremap <F2> <c-w><c-w>
:noremap <F3> :TlistToggle<CR>:NERDTreeToggle<CR>:SrcExplToggle<CR><c-w><c-l>
:noremap <F4> :set nu!<CR>:set paste!<CR>
nnoremap <C-J> <C-W><C-J>
nnoremap <C-K> <C-W><C-K>
nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>

####Buffers:

:noremap <F6> :bp<cr>
:noremap <F7> :bn<cr>
nnoremap <S-F6> :bd#<CR>

####Others:

map <C-F12> :!/usr/local/bin/ctags -R --exclude=.git --exclude=log --exclude=wutils --c++-kinds=+p --fields=+iaS --extra=+q *<CR>
map f <Plug>(easymotion-prefix)

About

source-insight-like vim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 81.9%
  • Shell 18.1%