Skip to content

Commit

Permalink
Map F6 to creation of ctags
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-me committed Jul 27, 2019
1 parent d3bc73b commit 926ce8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ set expandtab
" size of an indent
set shiftwidth=4

command Bd bp|bd#
command! Bd bp|bd#

map <F5> :!cscope -f.cscope.out -Rbqk<CR>:cs add .cscope.out<CR><CR>
map <F6> :!ctags -R -f .tags<CR>

0 comments on commit 926ce8f

Please sign in to comment.