mirror of
https://github.com/geohot/qira
synced 2024-12-28 06:49:40 +03:00
i don't think we should ship the poorly supported vim plugin yet
This commit is contained in:
parent
1c40472ef4
commit
41383acf09
4
README
4
README
@ -2,8 +2,8 @@ QIRA is an IDA plugin to reverse using QEMU
|
||||
|
||||
== Installation ==
|
||||
|
||||
If this is a release version, ./install.sh handles everything
|
||||
./fetchlibs.sh will fetch the libraries for armhf
|
||||
./install.sh should handle everything for both release and trunk
|
||||
./fetchlibs.sh will fetch the libraries for armhf, armel, and ppc
|
||||
|
||||
== Keyboard Shortcuts in web/client/controls.js ==
|
||||
|
||||
|
@ -7,7 +7,7 @@ endif
|
||||
" hi CursorLine cterm=NONE ctermbg=darkblue
|
||||
set cursorline
|
||||
|
||||
function! Bob()
|
||||
function! UpdateQIRALine()
|
||||
|
||||
python << EOF
|
||||
|
||||
@ -28,6 +28,5 @@ EOF
|
||||
|
||||
endfunction
|
||||
|
||||
autocmd CursorMoved * :call Bob()
|
||||
|
||||
autocmd CursorMoved * :call UpdateQIRALine()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user