Added br verbose. gt and gT for hiding toolbars. Added compile with F3 in vimrc
This commit is contained in:
parent
f2650c94a6
commit
309b09c3bc
@ -7,7 +7,7 @@
|
||||
ci = commit -m
|
||||
a = add
|
||||
st = status
|
||||
br = branch
|
||||
br = branch -av
|
||||
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
|
||||
type = cat-file -t
|
||||
dump = cat-file -p
|
||||
|
@ -5,6 +5,8 @@ noremap K gT
|
||||
noremap <C-j> :tabm +1<CR>
|
||||
noremap <C-k> :tabm -1<CR>
|
||||
noremap gH yHP
|
||||
noremap go :set toolbars=noaddons,nobookmarks,nomenu,tabs,nonavigation<CR>
|
||||
noremap gO :set toolbars=noaddons,nobookmarks,menu,tabs,navigation<CR>
|
||||
set animations=true
|
||||
"set complete=
|
||||
"set hintchars=hjklasdfgyuiopqwertnmzxcvb
|
||||
|
3
vimrc
3
vimrc
@ -12,6 +12,7 @@ au VimResized * exe "normal! \<c-w>="
|
||||
"match Error /\s\+$/
|
||||
"nnoremap s xa
|
||||
"nnoremap <F5> :UndotreeToggle<CR>
|
||||
nnoremap <F3> :!make&&echo "Uploading robot code";wput ./PPC603gnu/hitchhikers/Debug/hitchhikers.out ftp://frc:frc@10.20.59.2/ni-rt/system/FRC_UserProgram.out<CR>
|
||||
nnoremap G G$
|
||||
vnoremap G G$
|
||||
nnoremap <F6> :GundoToggle<CR>
|
||||
@ -105,7 +106,7 @@ inoremap '' ''<Left>
|
||||
inoremap "" ""<Left>
|
||||
inoremap () ()<Left>
|
||||
inoremap <> <><Left>
|
||||
inoremap {} {}<Left><CR><Esc>O
|
||||
inoremap {} <Right>{}<Left><CR><Esc>O
|
||||
inoremap [] []<Left>
|
||||
inoremap ;; <Esc>m`A;<Esc>``a
|
||||
inoremap <C-l> <Right>
|
||||
|
Loading…
x
Reference in New Issue
Block a user